Andreas, I'm not familiar enough with either of those QPID products to comment on the ways you're considering using them, but hopefully someone else on here can.
Tim On Dec 6, 2017 1:18 AM, "andi welchlin" <andi.welch...@gmail.com> wrote: > Hello Tim, > > Thank you for the hint. > > Yes, I looked at Artemis and have a little test installation on a > test-machine. I think it is sure that active - active clustering will work. > > Anyway, I never used ActiveMQ or Artemis, before. > > > The second point is that I would like to connect several satellite brokers > to the cluster which share queues and exchanges. The point here is that I > want the clients to be able to work offline and as soon as the connection > is up the messages from persistent queues in the satellite broker are sent > into the cluster and vice versa. Also it would be better to have a single > connection at the satellites because of the firewalls. > > I think that you can realize the satellites with Apache QPID brokers using > routes but they do not support active active clustering. So I was asking > myself if Artemis would be able to handle satellites. > > If it is not possible, then I will think about using the QPID Dispatch > Router but this makes the setup more complicated, I think. > > Kind Regards, > Andreas > > > > > > On Tue, Dec 5, 2017 at 11:21 PM, Tim Bain <tb...@alumni.duke.edu> wrote: > > > Not with ActiveMQ 5.x, since it doesn't have a capacity to do an > > active-active cluster, but ActiveMQ Artemis can. Have you looked at it? > > > > Tim > > > > On Dec 5, 2017 7:28 AM, "andi welchlin" <andi.welch...@gmail.com> wrote: > > > > > Hello, > > > > > > I would like to setup a active-active cluster of brokers using > ActiveMq. > > > > > > But I also would like to connect single ActiveMq satellite brokers to > > this > > > cluster while they should share some queues and exchanges. So this will > > be > > > pretty much like a federation between some satellite brokers and a > > central > > > broker cluster. Clients will connect to these satellite brokers using > > AMQP. > > > > > > Do you think this would be possible using ActiveMq? > > > > > > Kind Regards, > > > Andreas > > > > > >