[QUERY] ServiceBus - Transactions
See original GitHub issueQuery/Question Are Transactions supported using Java sdk ? I find example only for C# sdk https://github.com/Azure/azure-service-bus/blob/master/samples/DotNet/Microsoft.ServiceBus.Messaging/AtomicTransactions/readme.md
Why is this not a Bug or a feature Request? Because i’m not sure if it is a missing feature.
Setup (please complete the following information if applicable):
- OS: Windows10
- IDE : Eclipse
- Version of the Library used
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus</artifactId>
<version>1.2.8</version>
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
[QUERY] Service Bus Transaction Difficulties #21704 - GitHub
I am using a transaction scope around my ServiceBusSender.SendMessageAsync operation and getting "Local transactions are not supported with ...
Read more >Overview of transaction processing in Azure Service Bus
Service Bus supports grouping operations against a single messaging entity (queue, topic, subscription) within the scope of a transaction.
Read more >Transport Transactions • NServiceBus • Particular Docs
Transaction levels supported by NServiceBus transports ; RabbitMQ, ✖, ✖ ; Amazon SQS, ✖, ✖ ; Azure Storage Queues, ✖, ✖ ; Azure...
Read more >Service Bus transaction across namespaces? - Stack Overflow
I understand Service Bus transactions across entities within a namespace. Does Azure provide transactions within two or more namespaces?
Read more >Azure Service Bus and its Complete Overview | Serverless360
This business scenario demands for transactions and those bring in the need to use Azure Service Bus. It is also required to have...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@esciullo
Thanks for raising this. We’ll add a proper example to this soon.
Here are some resources to unblock you in the meantime.
TransactionContext class in the Java SDK.
Queue Tests leveraging the the Transaction Context.
Let us know if you have questions relating to this documentation.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl