Microsoft Azure 服务总线中使用 TopicClient/QueueClient.sendAsync(IList<Message>) 发送的消息列表的大小限制 - 2020

Size Limit of List of messages sent using TopicClient/QueueClient.sendAsync(IList<Message>) in Microsoft Azure Service Bus - 2020

我知道使用 SendAsync(Message) 方法的单个消息的大小为 1 MB,确认这是否也适用于 SendAsync(List) API 也

单个消息限制是一批(集合)消息的限制。 对于标准层,它是 256KB。对于 Premium,它是 1MB。高级层将在不久的将来推出 100MB 邮件大小支持的预览。