Re: Consumer queues for virtual topics do not receive messages

2013-07-24 Thread rsteppac
This is the production configuration. I have doubts that I get around creating a unit test to reproduce this any time soon. :-( http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://activemq.apache.org/schema/core http://activemq.apache.o

Re: Consumer queues for virtual topics do not receive messages

2013-07-22 Thread rsteppac
Yes, I have a subscriber per advisory topic on the server. I am not using the scheduler (not knowingly anyways). I thought the log output might be related because we see messages sent to the topic occasionally never hit some subscribers; at the same time the MBean for the subscriber queue shows a s

Re: ActiveMQ stalls once "Temp percent used" >= 100

2013-07-22 Thread rsteppac
We only use non-persistent messages and there should not be any messages expiring on my development server (the stats on the MBean confirm this). To be on the save side I changed my destination policies to what is posted below, but it did not change the behavior of the server once tmp space usage h

Consumer queues for virtual topics do not receive messages

2013-07-22 Thread rsteppac
Hello, It seems I am missing yet another setting to completely disable producer flow control. I am using virtual topics and despite plenty of temp space being availble, it seems the dispatch from the topic to the consumer queue is being blocked: 2013-07-22 14:13:00,601 | INFO | TopicSubscription

ActiveMQ stalls once "Temp percent used" >= 100

2013-07-22 Thread rsteppac
Hello all, I am having trouble getting the resource configuration right... My local development server (ActiveMQ 5.8.0) stops to accept new messages indefinitely once the "temp percent used" counter reaches >= 100%. From this point onwards the server does not accept any new messages. Consumers are

Re: Re:Re: Producer to temp queue gets blocked

2013-04-30 Thread rsteppac
Thanks guys. That worked. No more blocking for the last two days. Ralf -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-to-temp-queue-gets-blocked-tp4666234p4666443.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Producer to temp queue gets blocked

2013-04-27 Thread rsteppac
Thanks! Is it also necessary to specify a pendingQueuePolicy for this policyEntry? -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-to-temp-queue-gets-blocked-tp4666234p4666309.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Producer to temp queue gets blocked

2013-04-26 Thread rsteppac
Hi all, On our server (ActiveMQ 5.8.0) I have the problem, that the producer to a temp queue gets frequently blocked (see below). The server is quite busy, handling >50'000'000 messages a day. But the temp queue is the response queue to a user-request queue that sees only a couple hundred requests