Re: Same message sent to different consumer

2020-04-16 Thread Jérôme Barotin
Hi, I added this to my queue policy :             It seems to fix my issue. Could you help me understand why ? Le 15/04/2020 à 17:57, Jérôme Barotin a écrit : Hi, I'm back with a new question about ActiveMQ :) My configuration is the following : * Message Group enabled

Same message sent to different consumer

2020-04-15 Thread Jérôme Barotin
Hi, I'm back with a new question about ActiveMQ :) My configuration is the following : * Message Group enabled with 5000 different groups * 2 ActiveMQ brokers installed in a Network of Broker with KahaDb persistence enabled * I consume these message thought the Spring's

Re: How to detected the last message of a batch of message ?

2020-03-27 Thread Jérôme Barotin
6, Jean-Baptiste Onofre a écrit : Anyway, not sure it should be on the broker scope. In Apache Camel, that’s exactly the purpose of aggregator strategy. Maybe you can implement something similar as well (if you don’t use Camel) ? Regards JB Le 27 mars 2020 à 11:16, Jérôme Barotin a

How to detected the last message of a batch of message ?

2020-03-27 Thread Jérôme Barotin
Hi, I've got the following installation : * 2 ActiveMQ brokers installed in a Network of Broker with KahaDb persistence actived * I consume these message thought the Spring's DefaultMessageListenerContainer & the ActiveMQ's PooledConnectionFactory I produce a batch of message every

Re: Messages stuck on cluster of two ActiveMQ 5.15.9

2020-01-27 Thread Jérôme Barotin
rk priority to consume locally and avoid use of the bridge 2. increase the prefetch on the bridge (the network connector) Regards JB On 23/01/2020 14:52, Jérôme Barotin wrote: Hi Jean Baptiste and Tim , My response to your very interesting questions, below : @Jean Baptiste You are using a ne

Re: Messages stuck on cluster of two ActiveMQ 5.15.9

2020-01-23 Thread Jérôme Barotin
e other one works very well. To complete, in the second brocker, there's no networkConnectors part, cause, of the duplex=true. Le 23/01/2020 à 13:42, Jean-Baptiste Onofré a écrit : Regards JB On 23/01/2020 11:19, Jérôme Barotin wrote: Hi, I've got two AMQ brokers installed in cluster

Messages stuck on cluster of two ActiveMQ 5.15.9

2020-01-23 Thread Jérôme Barotin
Hi, I've got two AMQ brokers installed in cluster mode with KahaDB, in order to have an HA configuration. I have configured 2 queues (no topic) : * one that exchange 200 000 messages by day, message group is enabled, time to process a message goes between 10 to 60 seconds, it's done by

Slow consumer on Queue ?

2019-11-21 Thread Jérôme Barotin
Hi, I just went to read the page in documentation about slow consumer handling : http://activemq.apache.org/slow-consumer-handling.html and I have two questions : * Is "slow consumer" feature exists about queue ? in the doc there's only topic mentioned. * what is the default pending

How to help updating of the documentation

2019-10-21 Thread Jérôme Barotin
Hi, I'm currently reading a lot the Active MQ 5 documentation, I often see a brokens links or other small misprint. How can I help you to update it ? I there a git repo with the documentation source ? Best, -- *Jérome Barotin*