Hi, I am using Qpid-Jms-Client, version 0.46.0. I want to be able to set custom properties on the AmqpConnection (sent via the OPEN frame). I control my AzureServiceBus broker as well.
My use case is that I would like to create a wrapper around the JmsConnectionFactory that takes care of authentication etc which is needed for ServiceBus and let users directly use this wrapped "ServiceBusJmsConnectionFactory" as a ConnectionFactory for all JMS operations. An alternative would be to adjust the user-agent details that QpidJms sends to the broker. Essentially, I want to a way to inform the ServiceBus broker that the usage is happening from ServiceBusConnectionFactory as opposed to just JmsConnectionFactory. Thanks, Neeraj Makam
