Hello everyone,

I'm trying to create a duplex bridge from an TomEE server to an ActiveMQ
master broker.

  <Resource
    id="ActiveMQResourceAdapter"
    type="ActiveMQResourceAdapter">
   
BrokerXmlConfig=broker:(vm://localhost,network:static:tcp://localhost:61616)?useJmx=false
    ServerUrl=vm://localhost?async=true
  </Resource>

This works, but only in one direction. 


I suspect the answer would be to do this:

  <Resource
    id="ActiveMQResourceAdapter"
    type="ActiveMQResourceAdapter">
   
BrokerXmlConfig=broker:(vm://localhost,network:(static:tcp://localhost:61616)?duplex=true)?useJmx=false
    ServerUrl=vm://localhost?async=true
  </Resource>

However that results in a parse error. I feel like I'm missing something
obvious. Thank you!



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/How-does-one-create-a-duplex-connection-using-the-Broker-URI-tp4711572.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to