Skip to content

azure-servicebus_7.4.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare

7.4.0b1 (2021-10-06)

Features Added

  • Added support to create and update queues and topics of large message size to ServiceBusAdministrationClient. This feature is only available for Service Bus of Premium Tier.
    • Methodscreate_queue, create_topic, update_queue, update_topic on ServiceBusAdministrationClient now take a new keyword argument max_message_size_in_kilobytes.
    • QueueProperties and TopicProperties now have a new instance variable max_message_size_in_kilobytes.