Configure(options =>
{
options.ClientName = "TestApp2";
options.ExchangeName = "TestMessages";
});
Publish and Consumer Queue must same?
I Want to Publish message to Queue A(with a different exchange),And Consumer Queue B in the same app, how to configure?