Prefetched messages can cause problems with clients
---------------------------------------------------

                 Key: QPID-975
                 URL: https://issues.apache.org/jira/browse/QPID-975
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker, Java Client
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie
             Fix For: M2


When using tools such as MULE. That create consumers on a session and never use 
those consumers the prefetch will cause things to break as that consumer will 
get messages and hold on to them till the session or consumer is closed.

An approach would be Flow control until until a message listener is set or 
receive is called then Flow (true ) the messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to