I'm trying to figure out if an IBM UrbanCode Deploy Agent Relay can be configured to connect to a UCD server entirely through a proxy.
I found a simple configuration setting to edit in agentrelay/conf/http-proxy/rabbit.conf.template for a proxy host and port which seems like it handles the outgoing https connections on default port 8443.
However, the JMS traffic (default on port 7918) seems to be handled through ActiveMQ. It's not clear how to edit the agentrelay/conf/jms-relay/activemq.xml file to add a proxy server. Has anyone tried this configuration or know if it might work?