You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Gordon Sim (JIRA)" <ji...@apache.org> on 2012/11/05 21:04:13 UTC

[jira] [Commented] (PROTON-118) Add support for Messenger API

    [ https://issues.apache.org/jira/browse/PROTON-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13490881#comment-13490881 ] 

Gordon Sim commented on PROTON-118:
-----------------------------------

Two deviations from the C to highlight:

(i) at present the Sender.unsettled() method isn't implemented so I couldn't rely on that for determining when send() can stop blocking. That is a temporary deviation only, just to make some progress with the rest of it.

(ii) in matching a message's address to a connection, I use the context on the connection to hold the host:port combination used to create it and match against that. This is in part because I was confused about the respective meaning of hostname and remote-hostname, and the facet that one has only a setter, the other only a getter. However it also seemed wrong to append the port to a 'hostname'  (which seems to be what the C impl does). Thoughts on that particularly welcome.
                
> Add support for Messenger API
> -----------------------------
>
>                 Key: PROTON-118
>                 URL: https://issues.apache.org/jira/browse/PROTON-118
>             Project: Qpid Proton
>          Issue Type: New Feature
>          Components: proton-j
>    Affects Versions: 0.1, 0.2
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>             Fix For: 0.3
>
>         Attachments: driver.patch, engine.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira