我有一个定价申请。它将定价请求发送到Azure Service Bus队列(可以是任何队列) "PricingRequestQueue“。有许多工作者负责收集这些数据,处理它们并将结果返回到PricingResponse队列。
我想在PricingResponse队列上创建一个观察值。我不需要任何过滤,但希望使用批处理接口(QueueClient.BeginReceiveBatch)读取消息。该队列具有预期的消息数,并且有一
我看到SQS FIFO队列最近获得了Lambda事件映射- https://aws.amazon.com/blogs/compute/new-for-aws-lambda-sqs-fifo-as-an-event-source消息处理被描述为通过以下规则进行- 1) Return the oldest message where no other message with the same MessageGroupId is. 1)和2)听起来很棒-每个Lambda请求批次只包含一个MessageGroupI