Our Story

Ceremony

Just Married

EasyNetQ: Client Details in Connection String

by - February 25, 2014

From version 0.27.3 of EasyNetQ, you can set your client product name and platform in the connection string:

var bus = RabbitHutch.CreateBus("host=localhost;product=pdf.render;platform=snowball");







These will then appear in the RabbitMQ Management UI connection list under the Client column:



ManagementUI_Client_Column



Underneath is the EasyNetQ version number.



If you don’t specify product or platform, the product is shown as the name of your executable, and the platform is the host name.

You May Also Like

0 comments