Re: inconsistent and negative address size

2020-06-02 Thread Domenico Francesco Bruscino
Hi, which version did you use before updating to 2.13.0? Regards, Domenico Il giorno mar 2 giu 2020 alle ore 19:13 twood2k ha scritto: > Hi, we are seeing warnings like: > 2020-06-02 12:59:36,954 WARN [org.apache.activemq.artemis.core.server] > AMQ14: Destination > >

inconsistent and negative address size

2020-06-02 Thread twood2k
Hi, we are seeing warnings like: 2020-06-02 12:59:36,954 WARN [org.apache.activemq.artemis.core.server] AMQ14: Destination $.artemis.internal.sf.replicationCluster.d1c0bebf-a4e4-11ea-a1af-0025b5a00145 has an inconsistent and negative address size=-2,427,379. since updating to 2.13.0. Can

Re: Message group and broker redelivery

2020-06-02 Thread Justin Bertram
The broker doesn't really support dependency between messages as you seem to need. As you know, grouped messages will be sent to the same consumer, but as far as the broker is concerned those messages are still 100% independent of each other. It's not clear to me why a redelivery-delay of 0

Re: Message group and broker redelivery

2020-06-02 Thread Joan Pujol
Ok, and if using a redelivery-delay is not an option any recommended way to manage it? My best option by now is doing a pre-processing by not enqueuing dependent messages and have a listener to enqueue them when it's dependant was processed Or checking before processing a message if there is

Re: OutOfMemoryError in activeMQ and applcation gets stopped

2020-06-02 Thread Jean-Baptiste Onofre
Hi, What ActiveMQ did you test ? Regards JB > Le 2 juin 2020 à 17:26, sainath a écrit : > > We tried just JMX which made a big difference but it seems that advisories > still had some effect and decided to be safe and disabled both. If someone > is able to read heap dumps we would be more

Re: OutOfMemoryError in activeMQ and applcation gets stopped

2020-06-02 Thread sainath
We tried just JMX which made a big difference but it seems that advisories still had some effect and decided to be safe and disabled both. If someone is able to read heap dumps we would be more than happy to collect them to verify what if any objects are being retained. -- Sent from:

Re: Message group and broker redelivery

2020-06-02 Thread Justin Bertram
> If I had a queue with message groups is ordered guaranteed if broker redeliveries are present? If you use a redelivery-delay > 0 then delivery order will be broken. If you use a redelivery-delay of 0 then delivery order will not be broken. Therefore, if you want to maintain strict order then

Re: Message group and broker redelivery

2020-06-02 Thread Joan Pujol
ActiveMQ Artemis. On Tue, 2 Jun 2020 at 16:22, Justin Bertram wrote: > > Are you asking about ActiveMQ 5.x or ActiveMQ Artemis? > > > Justin > > On Tue, Jun 2, 2020 at 9:19 AM Joan Pujol wrote: > > > Hi, > > > > Searching in mailing list archives for message group and message > > redelivery

Re: Message group and broker redelivery

2020-06-02 Thread Joan Pujol
ActiveMQ Artemis On Tue, 2 Jun 2020 at 16:22, Justin Bertram wrote: > > Are you asking about ActiveMQ 5.x or ActiveMQ Artemis? > > > Justin > > On Tue, Jun 2, 2020 at 9:19 AM Joan Pujol wrote: > > > Hi, > > > > Searching in mailing list archives for message group and message > > redelivery I've

Re: Message group and broker redelivery

2020-06-02 Thread Justin Bertram
Are you asking about ActiveMQ 5.x or ActiveMQ Artemis? Justin On Tue, Jun 2, 2020 at 9:19 AM Joan Pujol wrote: > Hi, > > Searching in mailing list archives for message group and message > redelivery I've seen different responses and it's not clear to me the > supposed way to work. > > If I

Message group and broker redelivery

2020-06-02 Thread Joan Pujol
Hi, Searching in mailing list archives for message group and message redelivery I've seen different responses and it's not clear to me the supposed way to work. If I had a queue with message groups is ordered guaranteed if broker redeliveries are present? That is if I have: m1,m2, and m3 queued