Re: Messenger API and subscriptions

2012-09-20 Thread William Henry
- Original Message - How about: int pn_messenger_subscribe(pn_messenger_t *messenger, const char *source, void* context); This one I like. It makes a lot of sense. void *pn_message_subscribe_context(pn_message_t *msg); This one less so. I have to make an extra call after I

[jira] [Created] (PROTON-31) Message Corruption in point-to-point transfer via messenger

2012-09-20 Thread Ted Ross (JIRA)
Ted Ross created PROTON-31: -- Summary: Message Corruption in point-to-point transfer via messenger Key: PROTON-31 URL: https://issues.apache.org/jira/browse/PROTON-31 Project: Qpid Proton Issue

[jira] [Updated] (PROTON-31) Message Corruption in point-to-point transfer via messenger

2012-09-20 Thread Ted Ross (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross updated PROTON-31: --- Attachment: send1.py Invoked as: $ ./send1.py -a //0.0.0.0/queue1 Message Corruption in

Re: What is Messenger API

2012-09-20 Thread Darryl L. Pierce
On Thu, Sep 20, 2012 at 03:37:10PM -0400, Rajith Attapattu wrote: Given some of the recent discussions, it appears there isn't much consensus as to what the Messenger API is. For my own sanity, could someone with more knowledge on the $subject please explain the following? 1. What is

[jira] [Commented] (PROTON-31) Message Corruption in point-to-point transfer via messenger

2012-09-20 Thread William Henry (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13460036#comment-13460036 ] William Henry commented on PROTON-31: - It doesn't go away for me in my modified