I want to define a proxy for a connection to Azure Service bus using aqmp. I'm in a Springboot app, v1.5, and I'm using Apache qpid-jms-client.
Actually, I'm declaring a JmsTemplate bean that receive a CachingConnectionFactory.
How to define a proxy with CachingConnectionFactory (Or any other connectionFactory implementation) ?
Thanks