This is ActiveMQ 5.x, not Artemis, right?

What do you mean by "SYNC"? If you mean "replicate the message so a copy
exists on all three brokers and can be consumed from any of them, and
delete it from all three when it's consumed from one", ActiveMQ 5.x doesn't
do that.

Artemis, however, does support clustered operation, so you might want to
consider switching to it.

If you mean something else, please describe the behavior you're hoping to
achieve.

Tim

On Jul 17, 2017 6:15 AM, "Senthil Jayakumar" <senthil2commun...@gmail.com>
wrote:

> Hi There,
>
> I'm wondering if there is any way to sync/replicate the message without
> persisting on the message broker.
>
> I have THREE node ODL cluster and ActiveMQ runs on all the nodes (without
> knowing each other). There are few topics created and message producer on
> one of the nodes and would like to check if there is any way to SYNC the
> topics and the messages on other two nodes without using persistence.
>
> Thanks,
> Senthil Kumar Jayakumar
>

Reply via email to