Re: ActiveMQ JMS issue

2019-11-19 Thread Jean-Baptiste Onofré
Hi, It seems your consumer is slow. I guess you are using the auto_ack on the client side. You can increase the number of concurrent consumer and also increase the messages expiration. I would investigate on the consumer front why it's slow. Regards JB On 19/11/2019 18:28, Harishravi wrote: > H

ActiveMQ JMS issue

2019-11-19 Thread Harishravi
Hi, I have a Producer which is sending 60-100 messages to an ActiveMQ and I see the messages were sent successfully and I see them in ActiveMQ. I have a consumer which is consuming these messages but I see that when the number of messages produced by the producer increases I see the messages not b