[jira] [Created] (PROTON-203) pn_listener_set_context() not wrapped correctly in the python bindings

2013-01-28 Thread Saggi Mizrahi (JIRA)
Saggi Mizrahi created PROTON-203: Summary: pn_listener_set_context() not wrapped correctly in the python bindings Key: PROTON-203 URL: https://issues.apache.org/jira/browse/PROTON-203 Project: Qpid

[jira] [Updated] (PROTON-150) [Proton-J] Surface necessary methods in interface to remove need to cast to Impl

2013-01-28 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated PROTON-150: --- Fix Version/s: (was: 0.3) 0.4 [Proton-J] Surface

[jira] [Resolved] (PROTON-203) pn_listener_set_context() not wrapped correctly in the python bindings

2013-01-28 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming resolved PROTON-203. Resolution: Fixed Fix Version/s: 0.4 Looks like Ken already fixed this

Re: Sending messages with the Messenger API

2013-01-28 Thread Paul O'Fallon
Thanks for the reply! To your first question -- I haven't created a special test case for this, but it is in my code here: https://github.com/pofallon/node-qpid/blob/master/src/messenger.cc#L168-L177 (I'm in the early stages of writing node.js bindings to proton-c's Messenger API) This code

[jira] [Commented] (PROTON-199) [Proton-c] Python binding requires python 2.6+

2013-01-28 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13564429#comment-13564429 ] Ken Giusti commented on PROTON-199: --- I'm able to run the proton unit tests on Centos 5.9

[jira] [Created] (PROTON-205) java messenger does not set source and target correctly

2013-01-28 Thread Gordon Sim (JIRA)
Gordon Sim created PROTON-205: - Summary: java messenger does not set source and target correctly Key: PROTON-205 URL: https://issues.apache.org/jira/browse/PROTON-205 Project: Qpid Proton Issue

[jira] [Created] (PROTON-204) Handling of partial messages is broken in java messenger

2013-01-28 Thread Gordon Sim (JIRA)
Gordon Sim created PROTON-204: - Summary: Handling of partial messages is broken in java messenger Key: PROTON-204 URL: https://issues.apache.org/jira/browse/PROTON-204 Project: Qpid Proton Issue

[jira] [Created] (PROTON-206) Use const char* variables for string literals

2013-01-28 Thread Cliff Jansen (JIRA)
Cliff Jansen created PROTON-206: --- Summary: Use const char* variables for string literals Key: PROTON-206 URL: https://issues.apache.org/jira/browse/PROTON-206 Project: Qpid Proton Issue Type:

[jira] [Assigned] (PROTON-206) Use const char* variables for string literals

2013-01-28 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen reassigned PROTON-206: --- Assignee: Cliff Jansen Use const char* variables for string literals

Re: Sending messages with the Messenger API

2013-01-28 Thread Paul O'Fallon
I tried your suggestion and set an outgoing window of 1 and that did in fact allow me to omit the stop() after every send(). It seems that whatever you are suspecting is probably right! :-) Thanks! - Paul On Mon, Jan 28, 2013 at 12:26 PM, Paul O'Fallon p...@ofallonfamily.comwrote: Thanks