Replies: 1 comment
-
|
Turns out MassTransit is trying to create topology in parallel and there is no way to set up emulator config to override this. A change to make it serial for supporting testing needs to be made in the app itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an azure service bus emulator container set up. My app is running on a seprate container and I'll like the connecting services to set up the bus queues/topics/subscriptions because that's what MassTransit does. I know MassTransit isn't yet supported, but is there a workaround that I could use for a similar set up?
Thanks,
Anchita
Beta Was this translation helpful? Give feedback.
All reactions