Service Bus
278 Ideas
Vote
Microsoft
10 years ago
Queue purge
Provide an API for purging of a queue, without having to delete and recreate the queue.
Completed
All IdeasCompleted
Microsoft
Company Response
8 months agoWe have recently released a new batch delete feature, a new feature that lets you delete messages in bulk from your Service Bus entities. Batch delete helps you to delete multiple messages from a messaging entity in one operation, instead of deleting them one by one. Since deletion is done at service side, you don't need to receive the messages before deleting them. For more information, check the announcement and the documentation.
Vote
Microsoft
9 years ago
Implement queue priority pattern
Implement priority queue pattern, to use one queue or topic subscription that can reorder its messages according to theirs priority.Pattern description https://msdn.microsoft.com/en-us/library/dn589794.aspx
Under Review
All IdeasUnder Review
Eldert Grootenboer
Company Response
11 months agoThank you for your feedback on this item so far, it helps us in our efforts to continuously prioritize the different requests we get from all our various feedback channels. We have added this feature in our backlog, however we currently don't have an ETA on when development will start on this. For now, to help us give this the right priority, it would be helpful to see others vote and support this feature, as well as explain their scenarios.For now, we still recommend the use of Topics with separate subscriptions for priority and non-priority messages, or alternatively use sessions for this. The reason behind this is that we believe that with different priorities will also require different handlers and that the relative system capacity reserved for those handlers is also different. This is especially important in systems with long processing times, as even priority messages might have to wait for a long time for the previous process to be completed.
Vote
Microsoft
6 years ago
Increase the maximum message size for Premium
Premium is currently limited to a maximum message size of 1 MB. It would be great if you increased the maximum message size for Premium to 10 MB.I see that there was a more general request regarding this that has been closed, https://feedback.azure.com/forums/216926-service-bus/suggestions/3933438-increase-the-256k-maximum-message-size-limit-of-br, but I assume that was before Premium was thought of.
Completed
All IdeasCompleted