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.

ServiceBusTrigger and ServiceBus outpub binding in a transaction

See original GitHub issue

Azure Service Bus supports a transactional processing of an incoming message with emitting the outgoing messages using TransactionScope and Send-Via feature.

As of today (using Functions 2.0 / WebJobs 3.0) there’s no way to achieve this as ServiceBusTrigger and ServiceBusAttribute used for collectors do not share the same ServiceBusConnection.

  1. Is this going to be supported?
  2. While the support for transactional messaging is not there, is there a way to get access to the receiver’s connection to be used from the function to emit messages bypassing collector?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

0reactions
SeanFeldmancommented, May 24, 2019

🤦‍♂️ Fantastic, thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure Service Bus bindings for Azure Functions
Azure Functions integrates with Azure Service Bus via triggers and bindings. Integrating with Service Bus allows you to build functions that ...
Read more >
Transactional messaging with Azure Functions and Service Bus
Triggers and output bindings can be of different types. For example, a trigger could be an Azure Service Bus message, while an output ......
Read more >
Isolated Function handling Service Bus output binding ...
For Service Bus there is transaction scope to make sure both, completion of incoming message and sending outgoing message, are successful. But ...
Read more >
Azure function app, service bus and return service bus
I have an azure function with a service bus input attribute and service bus output attribute set. This means that whatever I return...
Read more >
Handle Azure Service Bus Messages Queue Using ...
There are several ways to process message in a Service Bus Messages Queue. One way is by using a console application and then...
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