Poison Message not getting to DLQ without "assistance"

2012-08-09 Thread patsfan
Hi, We have a simple test where we send a poison message into the queue and the expected behavior of the message being moved to the DLQ is not observed. The message just sits in the original target queue. The message is processed 5 times on the consumer side. No RedeliveryPolicy is set, so the

Intermittent loss of message 5.3.2 (Linux) with DMLC

2012-08-07 Thread patsfan
Hi, Had a user of our service complain that they were losing a message intermittently (i.e. message sent to queue and Spring DMLC does not process message) and was able to confirm this problem. Environment summary is as follows: Embedded broker that is running inside JBoss Producers and Consumer

Specifying JMX Port for Embedded Broker without external configuration

2012-07-25 Thread patsfan
Hi, We have an application that is deployed in JBoss that utilizes Spring. Our spring configuration has the following for ActiveMQ configuration. For our development environment, the following is what the configuration looks like (after property substitution):

Question regarding producer flow control / cursor algorithm...

2012-07-03 Thread patsfan
Am trying to improve my understanding of the producer flow control feature. We are using the examples shipped with 5.3.2 to send and receive messages (ProducerTool and ConsumerTool) to help improve understanding. One set of ProducerTool/Consumer Tool is producing/consuming on a QUEUE called "BOO"

Re: Negative Queue Size in 5.3.2

2012-06-21 Thread patsfan
RE: Could you try your scenario with the current 5.6 release to see if it is still reproducible. Just tried it and yes, it still reproducable. I found your blog (thanks!) about the prefetch size and the negative number for the queue count. Confirmed that the negative value is smaller when going

Negative Queue Size in 5.3.2

2012-06-20 Thread patsfan
Hi All, We are running into a case where our queue size is < 0 via both the webconsole and via jmx in 5.3.2. Here is our scenario: VM1: looping 5000 times, each time pushing a message into a queue VM2: listening on the queue (1 listener) and processing the messages VM2: responds to a REST call b

Re: /admin Not available if broker port changed from 61616

2012-06-19 Thread patsfan
Found the solution which was in the documentation. Apologies for the wasted bandwidth: See "Web console 5.3.1 problem workaround" in the following link http://activemq.apache.org/web-console.html -- View this message in context: http://activemq.2283324.n4.nabble.com/admin-Not-available-if-broke