Is there any way to configure 2 endpoints with different transport in NServiceBus to receive messages from one endpoint and publish an event to another endpoint?
I am looking for a solution to configure ASP.Net Core web API application which takes messages from DataBus (NServiceBus with MongoDB transport) and after processing messages, publish an event to another Bus (in my case EventBus, NServiceBus with rabbitmq transport).