WildFly 8.2 configure JMS Bridge for remote servers
问题 I'm trying to configure a jmsbridge on wildfly 8.2 for connect two remote servers. The first server put messages in a local queue JMSBridgeSourceQ then the bridge move the messages to the other queue JMSBridgeTargetQ located on server2. I followed this example http://everything-jboss.blogspot.it/2013/07/remote-jms-messaging-with-hornetq-on.html for setting the standalone-full-ha.xml. on server 1 (source) I have the following messaging section: <subsystem xmlns="urn:jboss:domain:messaging:2.0"