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
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
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
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
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
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.
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.
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