prefetchSize keeps growing

2008-02-28 Thread Boris Mazniker
Hi, We have a situation with a slow consumer and a fast producer for non-durable topic. I'm running a test when the producer sends more messages than the consumer can consume. I want extra messages to be discarded, so I set up pendingMessageLimitStrategy (limit set to 10) and prefetchPolicy on t

Re: Trouble with JAAS & 5.0.

2007-12-18 Thread Boris Mazniker
Boris Mazniker wrote: > > > Now, we're planning to use the built-in jetty servlet in 5.0. I looked at > the code briefly and it seems to me that right now there is no way of > configuring username/password for the servlet activemq connection. > initConnectionFactory() m

Re: Trouble with JAAS & 5.0.0

2007-12-18 Thread Boris Mazniker
I had the same problem, and it seems very similar to this bug: https://issues.apache.org/activemq/browse/AMQ-1157 I followed the instructions in the bottom of the page and patched AbstractRegion.java. It seems working fine now - at least I don't get this exception anymore. Hope it helps, Bori

Re: Trouble with JAAS & 5.0.

2007-12-18 Thread Boris Mazniker
rino wrote: > > please post a stack trace and or a junit test showing the problem. > > On Dec 12, 2007 8:46 PM, Boris Mazniker <[EMAIL PROTECTED]> wrote: >> >> I experienced the exact same problem in 5.0. Everything worked fine for >> 4.1. >> In 5.0, when vm tran

C# client support for SSL

2007-12-12 Thread Boris Mazniker
Hi, I'm wondering if C# client for Active MQ supports SSL. If it doesn't, are there any plans on adding the support in the near future? Thanks, Boris. -- View this message in context: http://www.nabble.com/C--client-support-for-SSL-tp14308272s2354p14308272.html Sent from the ActiveMQ - User m

Re: Trouble with JAAS & 5.0.0

2007-12-12 Thread Boris Mazniker
I experienced the exact same problem in 5.0. Everything worked fine for 4.1. In 5.0, when vm transport is initializing, it goes through authorization and fails since there is no correct username/password. -- View this message in context: http://www.nabble.com/Trouble-with-JAAS---5.0.0-tp142509