How does when set the duplex parameter when configuring the broker with a URL?

2017-01-05 Thread exabrial
Hey guys, if I want my network connections to be duplex, is it possible to set that parameter using the broker URL? I tried this, which does not work:broker:(vm://localhost,network:static:tcp://localhost:61616?duplex=true)?persistent=false which tells me: WARNING: Could not connect to remote URI:

Re: Why does having a staticallyIncludedDestination create a consumer?

2016-05-12 Thread exabrial
Ok, that makes sense then why there are two consumers. What's strange to me is the message will travel from spoke1->hub->spoke2 even if there are no consumers on spoke2 if I have staticallyIncludedDestinations set on the spokes. Why is that? -- View this message in context: http://activemq.228

Re: ActiveMQ Duplex Network connector only creating bridge on initiating side

2016-05-12 Thread exabrial
2 also works actually. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Duplex-Network-connector-only-creating-bridge-on-initiating-side-tp4711821p4711860.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Why does having a staticallyIncludedDestination create a consumer?

2016-05-11 Thread exabrial
I'm creating a hub-spoke network of brokers. I'd like the edge brokers to forward their messages to the hub so I don't have a ton of small backing stores of messages hanging around. So on the "spoke" broker, I have this network connector:

Re: ActiveMQ Duplex Network connector only creating bridge on initiating side

2016-05-11 Thread exabrial
I think I figured this out, how to increase networkTtl to 3 -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Duplex-Network-connector-only-creating-bridge-on-initiating-side-tp4711821p4711830.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ Duplex Network connector only creating bridge on initiating side

2016-05-11 Thread exabrial
Hello everyone, I'm trying to create a Network Of Brokers, preferably with a single duplex connection. I *can* get this to work if I use network connectors and listeners on each side, but that is not desirable for our deployment. Here is broker 1, the one initiating the outbound duplex connectio

Will any ActiveMQ Artemis developers be present at Devoxx UK?

2016-05-06 Thread exabrial
Will any ActiveMQ Artemis developers be present at Devoxx UK this year? I planning on leading a hackergarten to try and get ActiveMQ Artemis up and running with Apache TomEE. It would be pretty awesome if you could help me out. Thanks! -- View this message in context: http://activemq.2283324.n4

Re: How does one create a duplex connection using the Broker URI?

2016-05-05 Thread exabrial
Yah I'm confused as well... the unit test references duplexLocalBroker.xml uses XML configuration. I'd like to avoid adding the spring jars to my server classpath for a lot of reasons. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-does-one-create-a-duplex-connection

How does one create a duplex connection using the Broker URI?

2016-05-04 Thread exabrial
Hello everyone, I'm trying to create a duplex bridge from an TomEE server to an ActiveMQ master broker. BrokerXmlConfig=broker:(vm://localhost,network:static:tcp://localhost:61616)?useJmx=false ServerUrl=vm://localhost?async=true This works, but only in one direction. I suspect