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 ## Actual Behavior 1. By default if you deliver a message to a topic that doesn't have a subscription, or there are filtered subscriptions that don't end up...

feature
backlog
investigate

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

backlog
investigate

# Description There is a hardcoded limit of 4500 messages per batch. Currently, this isn't documented and does not provide a reasonable error message. The request is to either remove...

backlog
investigate

# Description ## Actual Behavior 1. A topic of ours contains several subscriptions (some have sessions enabled) that have rules. The topic has no messages, the subscriptions have no messages...

backlog
investigate

# Description I am having a .net core webjob which will be reading messages from an Azure Topic in batches. I have encoutered a weird scenario while observing the metrics...

backlog
investigate

Hi all, in an effort to centralize all important logging to log analytics, I am exploring the diagnostics integration for ASB. More specifically: I wanted to see if I can...

enhancement
backlog

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

feature
backlog

# Description ## Actual Behavior I face an issue when resubmitting a message from a partitioned queue to a conventional queue using dot net latest SDK. As partitioned queue assigns...

backlog
investigate

# Description As AWS(SQS) Max time of the message lock duration is more than 2 hours but service bus is only 5 minutes. When we want to transfer from SQS...

feature
backlog

[Documentation](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-sas#configuration-for-shared-access-signature-authentication) says: > A maximum of 12 such rules can be configured on a Service Bus namespace, queue, or topic. Rules that are configured on a Service Bus namespace apply...

documentation