OptionalclientProperties?: { connection_name?: string; [key: string]: string | undefined }Specifies client-properties to be passed along through the AMQP Connection.
The connection_name is a well-known property which will be useful for debugging purposes, and will be displayed
in the Broker's management UI (under connections tab)
Optionalconnection_name?: stringIf unspecified, the serviceId will be used as the connection_name, and will be visible in the Broker's management UI
An interface that represents an object with all configuration values that are required to set up messaging. Example using Mosaic configuration: