I've been attempting to configure a static bridge between two brokers (I want any messages received on a local broker to immediately be forwarded to a remote broker if it's available). If I use OpenWire, i.e. a "static:(tcp://1.2.3.4:61616)" URL, it works, but if I change that URL to "static:(amqp://1.2.3.4:5672)" in order to use AMQP it doesn't. This is a problem because, in the production environment, the remote broker is out of my control and only accepts AMQP connections. Is this a supported configuration or is OpenWire the only way to have a static bridge?
-- View this message in context: http://activemq.2283324.n4.nabble.com/AMQP-Bridge-tp4670273.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.