Re: Consumers decrease sender performance.

2008-01-22 Thread Hiram Chirino
If your using spring make sure you enable consumer caching. Otherwise consumers are getting created a destroyed on each message received. On Jan 21, 2008 12:23 PM, Datacom - Marcelo <[EMAIL PROTECTED]> wrote: > We are having a problem with our sender and consumers being slowling > down. I realize

Re: Consumers decrease sender performance.

2008-01-22 Thread Datacom - Marcelo
We are using 4.1.1. I will give a try to Session.DUPS_OK_ACKNOWLEDGE as sugested. James Strachan escreveu: On 21/01/2008, Datacom - Marcelo <[EMAIL PROTECTED]> wrote: We are having a problem with our sender and consumers being slowling down. I realize if I put down some consumers

Re: Consumers decrease sender performance.

2008-01-22 Thread James Strachan
On 21/01/2008, Datacom - Marcelo <[EMAIL PROTECTED]> wrote: > We are having a problem with our sender and consumers being slowling > down. I realize if I put down some consumers, the server increase its > performance and so the consumers. We took a look via JMX when the whole > system was very slow

RE: Consumers decrease sender performance.

2008-01-21 Thread Jignesh Shah
Try Session.DUPS_OK_ACKNOWLEDGE or something And refer to the performance tuning for ActiveMQ on ActiveMQ page For other parameters like asyncDispatch etc -Original Message- From: Datacom - Marcelo [mailto:[EMAIL PROTECTED] Sent: Monday, January 21, 2008 10:54 PM To: [EMAIL PROTECTED]