Re: Artemis deployment question

2015-10-16 Thread Kevin Niemann
--- Original Message - > > From: "Kevin Niemann" > > To: users@activemq.apache.org > > Sent: Friday, October 16, 2015 12:52:49 AM > > Subject: Re: Artemis deployment question > > > > I've got the cluster working, I'm now trying to conf

Re: Artemis deployment question

2015-10-16 Thread Clebert Suconic
gt; > Justin > > - Original Message - > From: "Kevin Niemann" > To: users@activemq.apache.org > Sent: Friday, October 16, 2015 12:52:49 AM > Subject: Re: Artemis deployment question > > I've got the cluster working, I'm now trying to configure t

Re: Artemis deployment question

2015-10-16 Thread Justin Bertram
ustin - Original Message - From: "Kevin Niemann" To: users@activemq.apache.org Sent: Friday, October 16, 2015 12:52:49 AM Subject: Re: Artemis deployment question I've got the cluster working, I'm now trying to configure three or more brokers with core bridges between

Re: Artemis deployment question

2015-10-16 Thread Clebert Suconic
That Clustered Bridge should take care of that part automatically. It will create a bridge between the nodes... I don't understand what you need I guess. On Fri, Oct 16, 2015 at 1:52 AM, Kevin Niemann wrote: > I've got the cluster working, I'm now trying to configure three or more > brokers with

Re: Artemis deployment question

2015-10-15 Thread Kevin Niemann
I've got the cluster working, I'm now trying to configure three or more brokers with core bridges between each other, such that any one broker can publish a message to a topic and it be consumed on the other two brokers (assuming there is a subscription/listener present). As I mentioned, I'm using

Re: Artemis deployment question

2015-10-15 Thread Clebert Suconic
Looking at your configuration, you don't need to define the Bridge... the cluster connection when defined will take care of that part. an easy way to do that is by using the following: ./artemis create /serverplace --clustered --host localhost ./artemis create /serverplace --clustered --host loc

Re: Artemis deployment question

2015-10-15 Thread Clebert Suconic
I couldn't see your picture for some reason... But if you look at this example, it's exactly the scenario you described: https://github.com/apache/activemq-artemis/tree/master/examples/features/clustered/clustered-topic If you get the distribution, and go to ./examples/features/clustered/cluste