NServiceBus.Transport.AzureServiceBus
NServiceBus.Transport.AzureServiceBus copied to clipboard
Azure Service Bus transport
This PR introduces the possibility to circumvent the limitations of the current forwarding topology by separating the publish topic from the subscribe topic. Currently the limitations of the topology are...
Similar to how we allow to specific the client in [SQS](https://docs.particular.net/transports/sqs/configuration-options#sqs-client) or with [CosmosDB](https://docs.particular.net/persistence/cosmosdb/#usage) I would appreciate it if the client could be specified from the outside when the transport...
The SubscriptionManager uses internally an admin client to create and update rules. The Azure Service Bus SDK has a new type that is called `ServiceBusRuleManager` that can be acquired with...
The [Azure SDK has support for distributed tracing](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/Diagnostics.md) and [follows industry conventions](https://azure.github.io/azure-sdk/distributed_tracing_conventions.html) where possible. Currently, the support is [still experimental and subjected to changes](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/Diagnostics.md#activitysource-support). Once the experimental status is removed,...
Hello, we have an issue with receiving messages from Azure Service Bus. Since the messages are provided from third party trough RabbitMQ, Azure service bus handles them in this way...
_This issue was transferred from a private repository_ Users sometimes want to set the native message ID of the outgoing message for ASB [which currently is initialized with a random...
**Is your feature request related to a problem? Please describe.** For a long time Particular has shied away from ordered messages delivery for historical reasons. The originally supported MSMQ transport...
The [message lock renewal](https://docs.particular.net/transports/azure-service-bus/legacy/message-lock-renewal) functionalty from the legacy ASB transport has not been implemented in the ASBS transport. The [upgrade guide](https://docs.particular.net/transports/upgrades/asb-10toasbs-1) does not mention anything about this. Having some information...
We would like to have it possible for an endpoint to subscribe to events that are published in another topic than the topic the endpoint is using. **Motivation:** We do...
**Describe the bug** Using the [native NServiceBus Pub/Sub pattern](https://docs.particular.net/samples/pubsub/native/) in two separate asp.net apps, when messages are received, we see that the Azure Service Bus SDK (presumably) has added the...