Hi,
What is the best way to create a second queue?
My scenario is as follows. I have two services ServiceA and ServiceB. Both services have one queue/endpoint each, i.e. endpointA and endpointB.
When I first start ServiceA it tries to do "SubscribeAt" from ServiceB's endpointB. Since ServiceB is not started yet endpointB does not exists.
In this case I want to create endpointB from ServiceA. Is this supported by Nginn or sholud I use a new configurator from serviceA to create endpointB?
Any advice is appreciated. Thanks!
/ Erik