--- 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
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
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
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
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
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
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