[jira] Resolved: (QPID-2110) Provide local buffering of messages on input links

2009-09-23 Thread Steve Huston (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Huston resolved QPID-2110. Resolution: Fixed Fix Version/s: 0.6 Patches applied in trunk r818338. > Provide local buffe

RE: Exchange route refactor patch - comments?

2009-09-23 Thread Steve Huston
Hi Kim, > This patch is a small Exchange refactor around the route() method. It > was part of r813825 which was subsequently rolled back out. > The current > solution to QPID-2102 does not require this part of that > original patch, > but as this is hopefully a useful cleanup of some code duplic

[jira] Commented: (QPID-1899) --require-encryption doesn't work unless cyrus sasl authentication is turned on

2009-09-23 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758839#action_12758839 ] Gordon Sim commented on QPID-1899: -- The change for clustering would be a bit more involved.

Re: [QPID-1871] Java Client Dispatcher change proposal.

2009-09-23 Thread Martin Ritchie
2009/9/21 Rafael Schloming : > Martin Ritchie wrote: >> >> Hi Rafi, >> >> I saw the syncDispatchQueue method but I don't think waiting for the >> _queue to clear is not the right solution, IMO, for rollback, even on >> 0-10. When rollback is called you don't want the dispatcher to process >> any mo

Exchange route refactor patch - comments?

2009-09-23 Thread Kim van der Riet
This patch is a small Exchange refactor around the route() method. It was part of r813825 which was subsequently rolled back out. The current solution to QPID-2102 does not require this part of that original patch, but as this is hopefully a useful cleanup of some code duplication, I submit it here

Re: svn commit: r817487 - /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/jms/failover/FailoverExchangeMethod.java

2009-09-23 Thread Martin Ritchie
2009/9/22 Rajith Attapattu : > On Tue, Sep 22, 2009 at 11:18 AM, Martin Ritchie wrote: >> 2009/9/22 Rajith Attapattu : >>> On Tue, Sep 22, 2009 at 8:58 AM, Martin Ritchie wrote: 2009/9/22 Rajith Attapattu : > On Tue, Sep 22, 2009 at 7:13 AM, Martin Ritchie > wrote: >> Hi Rajith