Upstream throttling and backlog

2011-04-14 Thread dcheckoway
I'm looking for help "decoupling" producers from consumers. In a nutshell, this is my setup: producer --> embedded broker embedded broker --> (camel route) --> external broker external broker --> consumer As of right now, if I shut down the consumer, the queue in the external broker grows -- t

Re: Kaha corruption in 5.4-SNAPSHOT

2011-04-14 Thread hodgesz
I am also getting this issue on 5.4.1. Is it resolved in a later release? -- View this message in context: http://activemq.2283324.n4.nabble.com/Kaha-corruption-in-5-4-SNAPSHOT-tp2366036p3450835.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Integer header in STOMP-submitted message for numeric selector (header>n) string?

2011-04-14 Thread Hiram Chirino
Hi Andreas, I fixed this in the Apollo [1] implementation of the STOMP protocol. The selector evaluation automatically casts Strings to Ints as needed to make the comparison work. We would need to double check that this is allowed in the JMS spec before doing the same change in ActiveMQ so that w

Re: Messages stuck in queue

2011-04-14 Thread lernen.2007
I changed to AUTO_ACKNOWLEDGE too but same situation etc. message stuck further. -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-stuck-in-queue-tp3244342p3449715.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Durable subscribers with a broker cluster

2011-04-14 Thread Teemu Torma
If I have two brokers in a cluster and create a durable subscriber using a failover with both brokers in the url, the client connects randomly to one of them and creates durable subscription in the broker that it connected to and a network subscription in the other one. So far so good. Now, if

Re: Messages stuck in queue

2011-04-14 Thread Gary Tully
you need the tests dependency: ${project.groupId} activemq-core test-jar test On 14 April 2011 10:32, lernen.2007 wrote: > I want to execute the test class > > BrokerNetworkWithStuckMessagesTest > > > the following class are not found > > Wait > StubConnection

NullPointer Exception

2011-04-14 Thread lernen.2007
Sometimes we see the following exception in activemq log: javax.jms.InvalidClientIDException: Broker: jdbcBroker - Client: NC_localhost_outbound already connected from /91.87.217.72:5814 at org.apache.activemq.broker.region.RegionBroker.addConnection(RegionBroker.java:243) at org.a

Re: Messages stuck in queue

2011-04-14 Thread lernen.2007
I want to execute the test class BrokerNetworkWithStuckMessagesTest the following class are not found Wait StubConnection I bind the jar file activemq-all too and but it doesn't can bind this classes. -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-stuck-in-

Re: Download Mirrors

2011-04-14 Thread lernen.2007
Thanks for the information. -- View this message in context: http://activemq.2283324.n4.nabble.com/Download-Mirrors-tp3448860p3449076.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

RE: AMQ fails to process messages after a faulty restart

2011-04-14 Thread Michal Singer
>From what I checked, it looks like some kind of a problem with the same class >being loaded by 2 instances of the same class loaders. Any one knows why this could happen? And what do I do to fix this? -Original Message- From: Michal Singer Sent: ה 14 אפריל 2011 07:38 To: users@activemq.

Re: Download Mirrors

2011-04-14 Thread Claus Ibsen
Try looking in the apache archives: http://archive.apache.org/dist/activemq/apache-activemq/ On Thu, Apr 14, 2011 at 8:27 AM, lernen.2007 wrote: > I want to download the following activemq versions: > > 5.3.2 > 5.4.0 > 5.4.1 > > > but I get always the ERROR 404. Why I cannot download the old ver