3

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

1 Answers1

0

There was an update on the jar which now allows proxies .

Check this out : How to create connection to AMQP queue over SSL using SOCKS proxy or any other proxy in java

Taha
  • 59
  • 7