You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Yung Lai (JIRA)" <ji...@apache.org> on 2013/10/25 20:40:30 UTC

[jira] [Created] (AMQ-4827) Set jms.queuePrefetch=1 Causes Messages To Be Stuck in Queue

Yung Lai created AMQ-4827:
-----------------------------

             Summary: Set jms.queuePrefetch=1 Causes Messages To Be Stuck in Queue
                 Key: AMQ-4827
                 URL: https://issues.apache.org/jira/browse/AMQ-4827
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.8.0, 5.7.0
            Reporter: Yung Lai


Configuration:
connectionUri=tcp://localhost:61616?jms.prefetchPolicy.queuePrefetch=1&keepAlive=true

activemq.conf is default with no changes

Scenario:
Sent 7 different messages to the same queue. With prefetch=1 about 1 or 2 messages would get stuck in the queue everytime. After a restart of activemq the messages that were stuck in queue would be processed.

With cachingConsumers=false the messages would not get stuck.

We need cachingConsumers for better performance so setting it to false is not an option for us.

Here is a thread that is very similar to the issue.
http://activemq.2283324.n4.nabble.com/Messages-stuck-in-queue-td3244342.html

Thank you for your time and consideration.



--
This message was sent by Atlassian JIRA
(v6.1#6144)