RestBus icon indicating copy to clipboard operation
RestBus copied to clipboard

User credentials for Connectionfactory

Open TheHunter opened this issue 7 years ago • 0 comments

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.

TheHunter avatar Apr 13 '17 13:04 TheHunter