[ https://issues.apache.org/jira/browse/QPID-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Ritchie updated QPID-975: -------------------------------- Component/s: (was: Java Client) (was: Java Broker) Dot Net Client Fix Version/s: (was: M2) Assignee: (was: Martin Ritchie) Description: If an application is unable to register consumers consumers on a channel before connection start the creation of a consumer will require the connection to be stopped. or messages will be lost on the 'pre-receive' queues. An approach would be Flow control until until a message listener is set or receive is called then Flow (true ) the messages, as we have done in the Java. was: 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. > 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: Dot Net Client > Reporter: Martin Ritchie > > If an application is unable to register consumers consumers on a channel > before connection start the creation of a consumer will require the > connection to be stopped. or messages will be lost on the 'pre-receive' > queues. > An approach would be Flow control until until a message listener is set or > receive is called then Flow (true ) the messages, as we have done in the Java. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.