Re: Publisher flow control in Qpid M2 Java client

2007-09-17 Thread Rupert Smith
Hi, I am just back from vacation and catching up on messages. I did see this one and wanted to reply, but managed to resist the urge... I have been wondering when somebody would complain about this issue, or the issue of 'overload' handling in general. There are more ways than this in which I can

Re: Publisher flow control in Qpid M2 Java client

2007-09-12 Thread Martin Ritchie
The Mina team are well aware of the problem and are aiming to address it in the 2.0 release. As a starting point you may want to have a look at this filter. Currently it only limits on message count but could quite easily get the message size and limit on that. I do recall doing that but perhaps n

Re: Publisher flow control in Qpid M2 Java client

2007-09-11 Thread Rajith Attapattu
On 9/11/07, Rafael Schloming <[EMAIL PROTECTED]> wrote: > > > > Rajith Attapattu wrote: > > On 9/11/07, Rafael Schloming <[EMAIL PROTECTED]> wrote: > >> Rajith Attapattu wrote: > >>> Jodi, > >>> > >>> Thanks for the feedback. > >>> Comments inline > >>> > >>> Regards, > >>> > >>> Rajith > >>> > >>>

Re: Publisher flow control in Qpid M2 Java client

2007-09-11 Thread Robert Greig
On 11/09/2007, Rafael Schloming <[EMAIL PROTECTED]> wrote: > Well you can modify MINA per Robert's suggestion in another post, > however I don't think you actually care about the queue size. What you > care about is how much memory the queue consumes, and this is strictly > speaking independent of

Re: Publisher flow control in Qpid M2 Java client

2007-09-11 Thread Rafael Schloming
Rajith Attapattu wrote: On 9/11/07, Rafael Schloming <[EMAIL PROTECTED]> wrote: Rajith Attapattu wrote: Jodi, Thanks for the feedback. Comments inline Regards, Rajith On 9/11/07, Jodi Moran <[EMAIL PROTECTED]> wrote: Hi all, I'm having problems using the Qpid M2 Java client (JMS to AMQP

Re: Publisher flow control in Qpid M2 Java client

2007-09-11 Thread Robert Greig
On 11/09/2007, Jodi Moran <[EMAIL PROTECTED]> wrote: > I'm having problems using the Qpid M2 Java client (JMS to AMQP) for > publishing messages in a load test. When I publish messages as quickly > as possible, the publishing client runs out of memory (no matter what > limit I set). Ah yes, this

Re: Publisher flow control in Qpid M2 Java client

2007-09-11 Thread Rajith Attapattu
On 9/11/07, Rafael Schloming <[EMAIL PROTECTED]> wrote: > > Rajith Attapattu wrote: > > Jodi, > > > > Thanks for the feedback. > > Comments inline > > > > Regards, > > > > Rajith > > > > On 9/11/07, Jodi Moran <[EMAIL PROTECTED]> wrote: > >> Hi all, > >> > >> I'm having problems using the Qpid M2 J

Re: Publisher flow control in Qpid M2 Java client

2007-09-11 Thread Rafael Schloming
Rajith Attapattu wrote: Jodi, Thanks for the feedback. Comments inline Regards, Rajith On 9/11/07, Jodi Moran <[EMAIL PROTECTED]> wrote: Hi all, I'm having problems using the Qpid M2 Java client (JMS to AMQP) for publishing messages in a load test. When I publish messages as quickly as poss

Re: Publisher flow control in Qpid M2 Java client

2007-09-11 Thread Rajith Attapattu
Jodi, Thanks for the feedback. Comments inline Regards, Rajith On 9/11/07, Jodi Moran <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm having problems using the Qpid M2 Java client (JMS to AMQP) for > publishing messages in a load test. When I publish messages as quickly > as possible, the publis

Publisher flow control in Qpid M2 Java client

2007-09-11 Thread Jodi Moran
Hi all, I'm having problems using the Qpid M2 Java client (JMS to AMQP) for publishing messages in a load test. When I publish messages as quickly as possible, the publishing client runs out of memory (no matter what limit I set). I am using only the minimum of the JMS interface: Init