[jira] [Created] (QPID-4120) Qpid-0.16: session not closed

2012-07-06 Thread sprasad (JIRA)
sprasad created QPID-4120: - Summary: Qpid-0.16: session not closed Key: QPID-4120 URL: https://issues.apache.org/jira/browse/QPID-4120 Project: Qpid Issue Type: Bug Components: C++ Broker

Re: Ruby bindings for Proton

2012-07-06 Thread Rajith Attapattu
On Fri, Jul 6, 2012 at 4:51 PM, Darryl L. Pierce wrote: > On Fri, Jul 06, 2012 at 04:40:42PM -0400, Rajith Attapattu wrote: >> Hey Darryl, >> >> It's best if you could create a JIRA and attach the patches to that, >> making sure to mark the license check box. >> Since we don't have a separate JIRA

[jira] [Updated] (QPID-4119) Ruby bindings and examples for Proton

2012-07-06 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce updated QPID-4119: --- Attachment: 0005-Ruby-example-for-setting-up-a-mail-exchange-server.patch 0004-

[jira] [Created] (QPID-4119) Ruby bindings and examples for Proton

2012-07-06 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created QPID-4119: -- Summary: Ruby bindings and examples for Proton Key: QPID-4119 URL: https://issues.apache.org/jira/browse/QPID-4119 Project: Qpid Issue Type: Improvement

Re: Ruby bindings for Proton

2012-07-06 Thread Darryl L. Pierce
On Fri, Jul 06, 2012 at 04:40:42PM -0400, Rajith Attapattu wrote: > Hey Darryl, > > It's best if you could create a JIRA and attach the patches to that, > making sure to mark the license check box. > Since we don't have a separate JIRA instance for proton, you could > select the "proton" component

Re: Ruby bindings for Proton

2012-07-06 Thread Rajith Attapattu
Hey Darryl, It's best if you could create a JIRA and attach the patches to that, making sure to mark the license check box. Since we don't have a separate JIRA instance for proton, you could select the "proton" component and then use a label like "ruby-binding" for further classification. Regards

[jira] [Resolved] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell resolved QPID-4113. -- Resolution: Fixed Patch applied. (This always happens to me when I skip the full test suite whe

[jira] [Assigned] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey reassigned QPID-4113: --- Assignee: Robbie Gemmell (was: Philip Harvey) please can you review my fix and commit if you'

[jira] [Updated] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4113: Status: Ready To Review (was: In Progress) > [Java Performance Tests] allow all test durations

[jira] [Updated] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4113: Attachment: 0001-QPID-4113-no-longer-caching-duration-override-becaus.patch no longer caching the du

[jira] [Reopened] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey reopened QPID-4113: - Assignee: Philip Harvey (was: Robbie Gemmell) tests are failing because the duration override i

[jira] [Created] (QPID-4118) HA does not work with auhentication and authorization.

2012-07-06 Thread Alan Conway (JIRA)
Alan Conway created QPID-4118: - Summary: HA does not work with auhentication and authorization. Key: QPID-4118 URL: https://issues.apache.org/jira/browse/QPID-4118 Project: Qpid Issue Type: Bug

[jira] [Commented] (QPID-3883) Using application headers in messages causes a very large slowdown

2012-07-06 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408216#comment-13408216 ] Andrew Stitcher commented on QPID-3883: --- r1358275, r1358274 Changes which speed up th

[PATCH 4/5] Ruby examples for sending/receiving direct messages.

2012-07-06 Thread Darryl L. Pierce
From: "Darryl L. Pierce" The example apps are: * recv.rb - Listens on the default port and receives messages * send.rb - Sends messages that are processed by recv.rb --- examples/ruby/EXAMPLES |5 examples/ruby/recv.rb | 70 example

Ruby bindings for Proton

2012-07-06 Thread Darryl L. Pierce
This is the first set of patches I've put together for the Ruby bindings for Proton. - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[PATCH 1/5] Added a gitignore file.

2012-07-06 Thread Darryl L. Pierce
From: "Darryl L. Pierce" The first entry ignores temporary files from Emacs and similar editors. --- .gitignore |1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..b25c15b --- /dev/null +++ b/.gitignore

[PATCH 2/5] Updated the header protection macros, removed the leading underscore.

2012-07-06 Thread Darryl L. Pierce
From: "Darryl L. Pierce" The underscores were causing the Ruby language bindings to output warning errors concerning their names. --- proton-c/include/proton/buffer.h|4 ++-- proton-c/include/proton/codec.h |4 ++-- proton-c/include/proton/driver.h|4 ++-- proton-c/includ

[PATCH 5/5] Ruby example for setting up a mail exchange server.

2012-07-06 Thread Darryl L. Pierce
From: "Darryl L. Pierce" * server.rb - Acts as the intermediary, storing messages in mailboxes. * post.rb - Submits messages for storing in mailboxes. * fetch.rb - Retrieves messages from mailboxes. --- examples/ruby/EXAMPLES |4 + examples/ruby/fetch.rb | 204 ++

[PATCH 3/5] Ruby language bindings for Proton.

2012-07-06 Thread Darryl L. Pierce
From: "Darryl L. Pierce" The library file that's generated is named "cproton.so" to properly match what the Ruby VM expects when requiring the feature. --- examples/ruby/EXAMPLES|1 + proton-c/bindings/CMakeLists.txt |6 ++ proton-c/bindings/ruby/CMakeLists.txt | 3

[jira] [Created] (QPID-4117) alternate-exchange specified in links x-declare is ignored

2012-07-06 Thread Gordon Sim (JIRA)
Gordon Sim created QPID-4117: Summary: alternate-exchange specified in links x-declare is ignored Key: QPID-4117 URL: https://issues.apache.org/jira/browse/QPID-4117 Project: Qpid Issue Type: Bug

[jira] [Updated] (QPID-4117) alternate-exchange specified in links x-declare is ignored

2012-07-06 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim updated QPID-4117: - Component/s: C++ Client Affects Version/s: 0.17 > alternate-exchange specified in links x-de

[jira] [Resolved] (QPID-4114) [Java Performance Tests] performance test package should be created by ant release-bin target

2012-07-06 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell resolved QPID-4114. -- Resolution: Fixed Fix Version/s: (was: Future) 0.17 Patch applied.

[jira] [Resolved] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell resolved QPID-4113. -- Resolution: Fixed Fix Version/s: (was: Future) 0.17 Patch applied.

[jira] [Updated] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4113: Attachment: (was: 0001-QPID-4113-added-support-for-a-system-property-to-ove.patch) > [Java

[jira] [Updated] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4113: Attachment: 0001-QPID-4113-added-support-for-a-system-property-to-ove.patch attached patch

[jira] [Updated] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4113: Attachment: (was: 0001-QPID-4113-added-support-for-a-system-property-to-ove.patch) > [Java

[jira] [Assigned] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey reassigned QPID-4113: --- Assignee: Robbie Gemmell (was: Philip Harvey) > [Java Performance Tests] allow all test d

[jira] [Updated] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4113: Attachment: 0001-QPID-4113-added-support-for-a-system-property-to-ove.patch re-attached patch

[jira] [Updated] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4113: Status: Ready To Review (was: In Progress) > [Java Performance Tests] allow all test durations

[jira] [Updated] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPID-4113: - Assignee: Philip Harvey (was: Robbie Gemmell) Status: Open (was: Ready To Review) The chan

[jira] [Commented] (QPID-4110) [Java Performance Tests] Add topic support to distributed test framework

2012-07-06 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13408039#comment-13408039 ] Keith Wall commented on QPID-4110: -- Patch applied. > [Java Performance Te

[jira] [Resolved] (QPID-4110) [Java Performance Tests] Add topic support to distributed test framework

2012-07-06 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall resolved QPID-4110. -- Resolution: Fixed > [Java Performance Tests] Add topic support to distributed test framework > -

[jira] [Updated] (QPID-4110) [Java Performance Tests] Add topic support to distributed test framework

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4110: Attachment: 0001-QPID-4110-Cleaning-up-the-subscriptions-map-at-the-e.patch attached patch

[jira] [Assigned] (QPID-4110) [Java Performance Tests] Add topic support to distributed test framework

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey reassigned QPID-4110: --- Assignee: Keith Wall (was: Philip Harvey) please can you review and commit patch 0001-QPID-4

[jira] [Updated] (QPID-4110) [Java Performance Tests] Add topic support to distributed test framework

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4110: Status: Ready To Review (was: In Progress) > [Java Performance Tests] Add topic support to dist

[jira] [Reopened] (QPID-4110) [Java Performance Tests] Add topic support to distributed test framework

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey reopened QPID-4110: - Assignee: Philip Harvey (was: Keith Wall) found a problem whereby we are trying to unsubscribe

[jira] [Assigned] (QPID-4112) Queue's alternate (non-mandatory) exchange does not survive broker restart

2012-07-06 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall reassigned QPID-4112: Assignee: Robbie Gemmell (was: Keith Wall) Patch applied. Robbie, could you please review?

[jira] [Updated] (QPID-4112) Queue's alternate (non-mandatory) exchange does not survive broker restart

2012-07-06 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-4112: - Status: Ready To Review (was: In Progress) > Queue's alternate (non-mandatory) exchange does not sur

[jira] [Updated] (QPID-3999) [Java Broker] Implement Web based management tool for the Java Broker

2012-07-06 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-3999: - Attachment: (was: 0001-QPID-3999-System-tests-for-Rest-API.patch) > [Java Broker] Implement Web ba

[jira] [Updated] (QPID-3999) [Java Broker] Implement Web based management tool for the Java Broker

2012-07-06 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-3999: - Attachment: 0001-QPID-3999-System-tests-for-Rest-API.patch > [Java Broker] Implement Web based managem

Re: [Proton] ERROR amqp:connection:framing-error connection aborted

2012-07-06 Thread Darryl L. Pierce
On Thu, Jul 05, 2012 at 05:51:05PM -0400, Rafael Schloming wrote: > According to the log output you posted, the body of the loop is never > running. Can you log the value that pn_connection_state is returning and > verify that the test is working as expected? I don't recall offhand how > exactly bi

[jira] [Updated] (QPID-4116) Allow qpid-cpp-benchmark to run qpid-send and qpid-receive from specified directories

2012-07-06 Thread Pavel Moravec (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Moravec updated QPID-4116: Attachment: qpid-benchmark.patch Patch allowing to specify path to qpid-send and/or qpid-receive.

[jira] [Created] (QPID-4116) Allow qpid-cpp-benchmark to run qpid-send and qpid-receive from specified directories

2012-07-06 Thread Pavel Moravec (JIRA)
Pavel Moravec created QPID-4116: --- Summary: Allow qpid-cpp-benchmark to run qpid-send and qpid-receive from specified directories Key: QPID-4116 URL: https://issues.apache.org/jira/browse/QPID-4116 Proje

[jira] [Updated] (QPID-4115) qpid-send and qpid-receive for Python client

2012-07-06 Thread Pavel Moravec (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Moravec updated QPID-4115: Attachment: statistics.py statistics.py - auxiliary class for computing statistics (throughput and

[jira] [Updated] (QPID-4115) qpid-send and qpid-receive for Python client

2012-07-06 Thread Pavel Moravec (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Moravec updated QPID-4115: Attachment: qpid-receive qpid-receive - Python equivalent of qpid-receive.cpp > qpi

[jira] [Updated] (QPID-4115) qpid-send and qpid-receive for Python client

2012-07-06 Thread Pavel Moravec (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Moravec updated QPID-4115: Attachment: qpid-send qpid-send - Python equivalent of qpid-send.cpp > qpid-send an

[jira] [Created] (QPID-4115) qpid-send and qpid-receive for Python client

2012-07-06 Thread Pavel Moravec (JIRA)
Pavel Moravec created QPID-4115: --- Summary: qpid-send and qpid-receive for Python client Key: QPID-4115 URL: https://issues.apache.org/jira/browse/QPID-4115 Project: Qpid Issue Type: Improvement

[jira] [Updated] (QPID-4114) [Java Performance Tests] performance test package should be created by ant release-bin target

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4114: Attachment: 0001-QPID-4114-perftests-now-support-the-release-bin-targ.patch attached patch

[jira] [Assigned] (QPID-4114) [Java Performance Tests] performance test package should be created by ant release-bin target

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey reassigned QPID-4114: --- Assignee: Robbie Gemmell (was: Philip Harvey) please review and commit if you're happy

[jira] [Updated] (QPID-4114) [Java Performance Tests] performance test package should be created by ant release-bin target

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4114: Status: Ready To Review (was: In Progress) > [Java Performance Tests] performance test package

[jira] [Created] (QPID-4114) [Java Performance Tests] performance test package should be created by ant release-bin target

2012-07-06 Thread Philip Harvey (JIRA)
Philip Harvey created QPID-4114: --- Summary: [Java Performance Tests] performance test package should be created by ant release-bin target Key: QPID-4114 URL: https://issues.apache.org/jira/browse/QPID-4114

[jira] [Updated] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4113: Status: Ready To Review (was: In Progress) > [Java Performance Tests] allow all test durations

[jira] [Assigned] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey reassigned QPID-4113: --- Assignee: Robbie Gemmell (was: Philip Harvey) please review and commit if you're happy

[jira] [Updated] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated QPID-4113: Attachment: 0001-QPID-4113-added-support-for-a-system-property-to-ove.patch attached patch

[jira] [Created] (QPID-4113) [Java Performance Tests] allow all test durations to be overridden

2012-07-06 Thread Philip Harvey (JIRA)
Philip Harvey created QPID-4113: --- Summary: [Java Performance Tests] allow all test durations to be overridden Key: QPID-4113 URL: https://issues.apache.org/jira/browse/QPID-4113 Project: Qpid

[jira] [Created] (QPID-4112) Queue's alternate exchange (non-mandatory) does not survive broker restart

2012-07-06 Thread Keith Wall (JIRA)
Keith Wall created QPID-4112: Summary: Queue's alternate exchange (non-mandatory) does not survive broker restart Key: QPID-4112 URL: https://issues.apache.org/jira/browse/QPID-4112 Project: Qpid

[jira] [Updated] (QPID-4112) Queue's alternate (non-mandatory) exchange does not survive broker restart

2012-07-06 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-4112: - Summary: Queue's alternate (non-mandatory) exchange does not survive broker restart (was: Queue's alter

[jira] [Updated] (QPID-4112) Queue's alternate (non-mandatory) exchange does not survive broker restart

2012-07-06 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-4112: - Description: If I assign a durable queue an alternate exchange then that setting should survive a broker