azure-service-bus icon indicating copy to clipboard operation
azure-service-bus copied to clipboard

☁️ Azure Service Bus service issue tracking and samples

Results 196 azure-service-bus issues
Sort by recently updated
recently updated
newest added

# Description I have been building a little service bus explorer tool that runs on the major operating systems, and that has proven useful in my day job. The tool...

backlog
investigate

# Issue Transfer This issue has been transferred from the Azure SDK for .NET repository, [#40981](https://github.com/Azure/azure-sdk-for-net/issues/40981). ### Please be aware that @michaelmcmaster is the author of the original issue and...

backlog
investigate

To get all ServiceBus Queue DLQ messages re-driven, I currently need to Receive 600-messages at a time using the Receive-Mode PeekLock mechanism in the Azure Portal. The DLQs we use...

feature
backlog

Hi everyone, Is there any way to know which Publisher published a particular message in ASB premium in scenario where multiple publishers are publishing to the same topic. According to...

feature
backlog

# Issue Transfer This issue has been transferred from the Azure SDK for .NET repository, [#40339](https://github.com/Azure/azure-sdk-for-net/issues/40339). ### Please be aware that @ygavrishov is the author of the original issue and...

backlog
investigate

# Description When a single queue exceeds its maximum size, any attempt to send another message queue will result in exception. ``` The maximum entity size has been reached or...

backlog
investigate

# Description When I found #316 , I thought I would find the answer to my problem, but I didn't. **Average** works for 1 minute intervals, but if the interval...

backlog
investigate

Message Sessions allow the orderly processing of messages. When a given message in a session fails to be processed, there are times when the rest of the messages shouldn't be...

feature
backlog

It would be beneficial for some projects to have the option to organize entities in groups or domains, as opposed to using a flat structure. This is the equivalent maybe...

enhancement
backlog
investigate

Currently, a message locked cannot be unlocked until the lease runs out. If the lock duration is set to 5 minutes, it will take up to 5 minutes to unlock...

feature
backlog
investigate