Hello, we are currently facing a "big" simple problem. In one of our deploy environment, there is a firewall between our glass fish server and amqp server. We can reach amqp server via proxy (HTTPS).
My data here: environment: JAVA, AMQP 1.0 Glassfish 4 (JAVA) using jms/amqp to send and consume messages with "amqps://amqpRemoteUri" (topic) => due to firewall not possible Curl -kv -x "user:[email protected]:8080 https://amqpRemoteUri" is ok (from glassfish server) Is it possible to use any (additional) class to send / consume messages? Many thanks Qian
