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

Support MaxMessageSizeInKilobytes #17592

Closed
JoshLove-msft opened this issue Sep 13, 2021 · 0 comments · Fixed by #17953
Closed

Support MaxMessageSizeInKilobytes #17592

JoshLove-msft opened this issue Sep 13, 2021 · 0 comments · Fixed by #17953
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. 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 Client This issue points to a problem in the data-plane of the library. Service Bus labels Sep 13, 2021
@JoshLove-msft JoshLove-msft added this to the [2021] October milestone Sep 13, 2021
@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. Service Bus
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants