Skip to content
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.

Clone this wiki locally