[jira] [Commented] (PROTON-562) More gracefully handle connections to non-1.0 parties

2014-05-19 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002374#comment-14002374 ] Andrew Stitcher commented on PROTON-562: If there is nothing listening on the port

[jira] [Commented] (PROTON-558) Make friendly protocol field logging optional for low-memory devices

2014-05-19 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002323#comment-14002323 ] Andrew Stitcher commented on PROTON-558: I think that if you built using static li

Re: Client APIs and AMQP 1.0 (was Re: Using the messenger API to connect to a server without sending or subscribing)

2014-05-19 Thread Gordon Sim
On 05/15/2014 01:44 PM, Ken Giusti wrote: I think we should develop Messenger as an alternative client API to qpid::messaging, focusing on use cases that are not necessarily well covered by the existing qpid::messaging API. I think they complement each other nicely. In what way do you think th

Re: map values in message body

2014-05-19 Thread Rafael Schloming
This mysterious incarnation seems to be able to tell the difference: sub isnum ($) { return 0 if $_[0] eq ''; $_[0] ^ $_[0] ? 0 : 1 } If you want to know why then have a look at this thread: http://www.perlmonks.org/?node=How%20to%20check%20if%20a%20scalar%20value%20is%20numeric