Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ServiceBus] Support MaxMessageSizeInKilobytes #20668

Closed
JoshLove-msft opened this issue Sep 13, 2021 · 1 comment
Closed

[ServiceBus] Support MaxMessageSizeInKilobytes #20668

JoshLove-msft opened this issue Sep 13, 2021 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Messaging Messaging crew Service Bus

Comments

@JoshLove-msft
Copy link
Member

JoshLove-msft commented Sep 13, 2021

This feature is in preview currently and is enabled for premium namespaces.

  • XML Property - "MaxMessageSizeInKilobytes" (add it after all other properties)
  • Add new API version - "2021-05"
  • Add new get/set property MaxMessageSizeInKilobytes to QueueProperties, TopicProperties, CreateQueueOptions, and CreateTopicOptions
  • No validation on the client - let the service handle validation
  • Docs - Gets or sets the maximum message size in kilobytes for messages sent to this queue/topic. This feature is only available when using a Premium namespace and service version "2021-05" or higher.
@JoshLove-msft JoshLove-msft added Service Bus Client This issue points to a problem in the data-plane of the library. labels Sep 13, 2021
@JoshLove-msft JoshLove-msft added this to the [2021] October milestone Sep 13, 2021
@yunhaoling yunhaoling self-assigned this Sep 14, 2021
@yunhaoling yunhaoling added the Messaging Messaging crew label Sep 14, 2021
@yunhaoling yunhaoling changed the title Support MaxMessageSizeInKilobytes [ServiceBus] Support MaxMessageSizeInKilobytes Sep 15, 2021
@yunhaoling
Copy link
Contributor

note: this will be a preview release

azure-sdk pushed a commit to azure-sdk/azure-sdk-for-python that referenced this issue Sep 20, 2022
Bug Fix techniques field as readonly in fusion rule (Azure#20668)
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Messaging Messaging crew Service Bus
Projects
None yet
Development

No branches or pull requests

2 participants