Re: Best way to drain queues for maint?

2020-03-05 Thread phil brown
PS: Not only do we have both... but I also am trying to put together a plan to safely upgrade a single-instance mqueue, to artemis. That's actually what triggered my initial question here phil brown wrote > It would be good to know for both mqueue and artemis > We have both. > -- > Sent from:

Re: Best way to drain queues for maint?

2020-03-05 Thread Jean-Baptiste Onofre
Obviously I’m talking about ActiveMQ (not Artemis). Regards JB > Le 5 mars 2020 à 22:14, Jean-Baptiste Onofre a écrit : > > Hi Phil, > > Your clients can use failover:broker1,broker2 that automatically deal with > multi-brokers connection. > > You can setup master/slave (there is an unique m

Re: Best way to drain queues for maint?

2020-03-05 Thread Jean-Baptiste Onofre
Hi Phil, Your clients can use failover:broker1,broker2 that automatically deal with multi-brokers connection. You can setup master/slave (there is an unique master at a time (active) and you can have several slaves (inactive, becoming master if master fails)). So, basically, here’s the scenari

Re: Best way to drain queues for maint?

2020-03-05 Thread phil brown
It would be good to know for both mqueue and artemis We have both. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Best way to drain queues for maint?

2020-03-05 Thread Justin Bertram
Are you asking about ActiveMQ 5.x or ActiveMQ Artemis? Justin On Thu, Mar 5, 2020 at 3:02 PM phil brown wrote: > Hi, > im new to apache MQ, and trying to figure out best practices for disruptive > maintenance. > HAproxy has a "drain" setting for its servers. I'm wondering if mqueue has > somet

Best way to drain queues for maint?

2020-03-05 Thread phil brown
Hi, im new to apache MQ, and trying to figure out best practices for disruptive maintenance. HAproxy has a "drain" setting for its servers. I'm wondering if mqueue has something similar? We have an mqueue that gets hit by a lot of different things. I'm tryhing to figure out the best way to shut it

Message Ordering of persistent message while async send from producer

2020-03-05 Thread Naveen Katiyar
Hi All, Recently I have noticed that if I enable Async Send on broker through single producer, then order of message is not honoured. Can someone please confirm if my observation is correct? Regards.