You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In one of the use cases, we'd like to send a message from one request handler that will be handled by another 'In memory' request handler. Unfortunately, the outbox is trying to span a new SQL Transaction, although one already exists, which ends up with an exception.
Is it possible to discover and use existing transactions when invoking the "nested" request handler?
The text was updated successfully, but these errors were encountered:
In our setup, we use Outbox for Azure Service Bus and Sql transactions for in-memory bus.
In one of the use cases, we'd like to send a message from one request handler that will be handled by another 'In memory' request handler. Unfortunately, the outbox is trying to span a new SQL Transaction, although one already exists, which ends up with an exception.
Is it possible to discover and use existing transactions when invoking the "nested" request handler?
The text was updated successfully, but these errors were encountered: