forked from EasyNetQ/EasyNetQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Connecting
mike-hadlow-15below edited this page Nov 14, 2012
·
4 revisions
Create a new instance of EasyNetQ.Management.Client.ManagementClient:
IManagementClient managementClient = new ManagementClient("http://localhost", "my_user_name", "my_password");
This doesn't actually connect to RabbitMQ, an HTTP request (or two) is made for each method that you call on the managementClient instance.