Re: Review Request: Proton-223: Need system-level and soak tests to exercise Proton

2013-03-14 Thread Philip Harvey
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9903/#review17868 --- I generally like what you're doing here. My only real concern is

Re: Review Request: Allow broker to initiate AMQP 1.0 connections (and links) to other entities

2013-03-14 Thread Gordon Sim
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9469/ --- (Updated March 14, 2013, 1:10 p.m.) Review request for qpid. Changes ---

Re: Review Request: Allow broker to initiate AMQP 1.0 connections (and links) to other entities

2013-03-14 Thread Gordon Sim
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9469/ --- (Updated March 14, 2013, 1:17 p.m.) Review request for qpid. Changes ---

Re: Review Request: Proton-223: Need system-level and soak tests to exercise Proton

2013-03-14 Thread Kenneth Giusti
On March 14, 2013, 9:20 a.m., Philip Harvey wrote: I generally like what you're doing here. My only real concern is that the tests folder is starting to look rather complicated. To some extent this is unavoidable. However, I do have some suggestions about how to mitigate this: - To my

[jira] [Updated] (QPID-4636) SSL Client Authentication in Java broker

2013-03-14 Thread Michal Zerola (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Zerola updated QPID-4636: Attachment: ssl_new_trustmanager.patch SSL Client Authentication in Java broker

[jira] [Updated] (QPID-4636) SSL Client Authentication in Java broker

2013-03-14 Thread Michal Zerola (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Zerola updated QPID-4636: Attachment: (was: ssl_new_trustmanager.patch) SSL Client Authentication in Java broker

[jira] [Updated] (QPID-4636) SSL Client Authentication in Java broker

2013-03-14 Thread Michal Zerola (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Zerola updated QPID-4636: Attachment: ssl_new_trustmanager_test.patch SSL Client Authentication in Java broker

[jira] [Updated] (QPID-4636) SSL Client Authentication in Java broker

2013-03-14 Thread Michal Zerola (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Zerola updated QPID-4636: Attachment: (was: ssl_new_trustmanager_test.patch) SSL Client Authentication in Java

[jira] [Updated] (QPID-4636) SSL Client Authentication in Java broker

2013-03-14 Thread Michal Zerola (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Zerola updated QPID-4636: Attachment: (was: ssl_new_trustmanager_test.patch) SSL Client Authentication in Java

[jira] [Updated] (QPID-4636) SSL Client Authentication in Java broker

2013-03-14 Thread Michal Zerola (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Zerola updated QPID-4636: Attachment: ssl_new_trustmanager_test.patch SSL Client Authentication in Java broker

[jira] [Commented] (QPID-4636) SSL Client Authentication in Java broker

2013-03-14 Thread Michal Zerola (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13602374#comment-13602374 ] Michal Zerola commented on QPID-4636: - Hi Robbie, thanks for the comment. I spotted

proton: What is environment variable M2_HOME for?

2013-03-14 Thread Alan Conway
It's required by the proton CMakeLists.txt to run the JNI tests, but I can run them without this variable set no problem. I'd like to remove the requirement unless there's a good reason for it. - To unsubscribe, e-mail:

[jira] [Created] (QPID-4648) C++ client library Send() timeout

2013-03-14 Thread Connor Poske (JIRA)
Connor Poske created QPID-4648: -- Summary: C++ client library Send() timeout Key: QPID-4648 URL: https://issues.apache.org/jira/browse/QPID-4648 Project: Qpid Issue Type: Improvement

[jira] [Resolved] (QPID-4622) Implement LIKE boolean operator

2013-03-14 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved QPID-4622. --- Resolution: Fixed Fix Version/s: 0.21 r1456561 Implement LIKE

[jira] [Assigned] (QPID-4648) C++ client library Send() timeout

2013-03-14 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim reassigned QPID-4648: Assignee: Gordon Sim C++ client library Send() timeout -

[jira] [Comment Edited] (QPID-4622) Implement LIKE boolean operator

2013-03-14 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13602465#comment-13602465 ] Andrew Stitcher edited comment on QPID-4622 at 3/14/13 5:29 PM:

Re: proton: What is environment variable M2_HOME for?

2013-03-14 Thread Cliff Jansen
I am guilty for its inclusion and can't find a specific reason (from memory, or trying to force a failure) for its need. Note that there is no FindMaven.cmake equivalent available, so I cooked up a heuristic. I relied on maven being in the PATH. Also, based on my unfamiliarity with maven, I

[jira] [Commented] (QPID-4636) SSL Client Authentication in Java broker

2013-03-14 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13602477#comment-13602477 ] Robbie Gemmell commented on QPID-4636: -- Hi Michal, Thanks for the update. We applied

Re: proton: What is environment variable M2_HOME for?

2013-03-14 Thread Rob Godfrey
I've never personally needed to set M2_HOME (I think it just defaults to $HOME/.m2) so I think removing this dependency from the cmake build should be fine. I shall refrain from making a comment on whether any installation of maven can possibly be considered sane ;-) -- Rob On 14 March 2013

[jira] [Resolved] (QPID-4604) C++ Broker queue creation limits require better granularity

2013-03-14 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Rolke resolved QPID-4604. --- Resolution: Fixed Fix Version/s: 0.21 Fixed in r1451737 C++ Broker queue

[jira] [Resolved] (QPID-4616) C++ Broker needs consistent way to freeze traffic on a per-exchange basis

2013-03-14 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Rolke resolved QPID-4616. --- Resolution: Won't Fix A feature proposal required the exchange locking proposed in this issue. That

[jira] [Created] (QPID-4650) C++ Broker could use a rebind strategy to steer messages from one queue to other queue(s)

2013-03-14 Thread Chuck Rolke (JIRA)
Chuck Rolke created QPID-4650: - Summary: C++ Broker could use a rebind strategy to steer messages from one queue to other queue(s) Key: QPID-4650 URL: https://issues.apache.org/jira/browse/QPID-4650

Review Request: Use UUID from qpid.datatypes for support of older python implementations.

2013-03-14 Thread Kenneth Giusti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9926/ --- Review request for qpid and Alan Conway. Description --- Use UUID

[jira] [Updated] (QPID-4650) C++ Broker could use a rebind strategy to steer messages from one queue to other queue(s)

2013-03-14 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Rolke updated QPID-4650: -- Attachment: SlowConsumerRebind_v0.3.pdf rebind strategy description C++ Broker could