pardahlman / RawRabbit

A modern .NET framework for communication over RabbitMq
MIT License
747 stars 144 forks source link

Subscribed to the message using Gateway web api and published the message. It created default exchange with og.crypto.commands.command as the command published is og.crypto.commands.command.CreateAccount. In another web api project subscribed to CreateAccount but unable to call the handler. The published message has reached the exchange. I can see from management interface. #375

Closed majjihari closed 5 years ago

pardahlman commented 6 years ago

Can you provide some configuration on how you have set up your "Publisher" and "Subscriber"?