RestBus
RestBus copied to clipboard
User credentials for Connectionfactory
Hi, I don't see any way to use custom credentials in order to connect with Rabbitmq server. In the real case, I notice that current credentials used in this APIs are "guest", but It can works only if rabbit mq is installed in local, so it works only with localhost.
How can I pass custom credentials both api (client & server side) ???
By now I'm using reflection but you'll understand It's is an ugly solution.