question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[QUERY] ServiceBus - Transactions

See original GitHub issue

Query/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:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
axisccommented, Sep 23, 2019

@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.

1reaction
msftbot[bot]commented, Sep 19, 2019

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found