[jira] [Commented] (PROTON-549) Perl and Ruby bindings produce warnings on Fedora

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994208#comment-13994208 ] ASF subversion and git services commented on PROTON-549: Commit

[jira] [Commented] (PROTON-575) proton-j: LoggingProtocolTracer used by FrameWriter cannot be overridden

2014-05-16 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13992806#comment-13992806 ] Rafael H. Schloming commented on PROTON-575: Hi Dominic, Thanks for the

Limited message length

2014-05-16 Thread Tomáš Šoltys
Hi all I have slightly modified an example send.c file to send message containing 1024 bytes. Above will result in zero sized message on the receiver side. Is this an intention or a bug? Regards, Tomáš Šoltys /* * Licensed to the Apache Software Foundation (ASF) under one * or more

map values in message body

2014-05-16 Thread Ernest Allen
Does proton messenger support sending complex maps as the message body? That is, maps whose values are other maps or lists and not just strings? When I send a message and the body is encoded as qpid::proton::MAP, the map values appear to have been converted to strings. For example (in perl)

RE: Minimizing the Proton Engine/Messenger RAM Footprint for embedded devices

2014-05-16 Thread dcjohns41
Rafael, My team has integrated the trunk version of the Proton-c library. We were running the 0.6 release and it took a little time to bring in all the updates. Thanks for making an update so quickly. The memory allocation is better in this new version-the 980 byte increments have been

Re: delivery.setPayload

2014-05-16 Thread Clebert Suconic
On May 14, 2014, at 1:36 PM, Rafael Schloming r...@alum.mit.edu wrote: On Wed, May 14, 2014 at 1:05 PM, Clebert Suconic csuco...@redhat.comwrote: I was just playing with possibilities and trying to find ways to improve the API how things are done. The interface is designed to

[jira] [Resolved] (PROTON-549) Perl and Ruby bindings produce warnings on Fedora

2014-05-16 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming resolved PROTON-549. Resolution: Fixed Perl and Ruby bindings produce warnings on Fedora

[jira] [Commented] (PROTON-549) Perl and Ruby bindings produce warnings on Fedora

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13999107#comment-13999107 ] ASF subversion and git services commented on PROTON-549: Commit

[jira] [Created] (PROTON-580) Perl bindings should properly encode complex hash and array types

2014-05-16 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created PROTON-580: --- Summary: Perl bindings should properly encode complex hash and array types Key: PROTON-580 URL: https://issues.apache.org/jira/browse/PROTON-580 Project: Qpid

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

2014-05-16 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000173#comment-14000173 ] Andrew Stitcher commented on PROTON-558: The checkin above reduces the space used

[jira] [Created] (PROTON-581) SSL/TLS support for Proton-c on Windows

2014-05-16 Thread Cliff Jansen (JIRA)
Cliff Jansen created PROTON-581: --- Summary: SSL/TLS support for Proton-c on Windows Key: PROTON-581 URL: https://issues.apache.org/jira/browse/PROTON-581 Project: Qpid Proton Issue Type: New

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

2014-05-16 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000184#comment-14000184 ] Andrew Stitcher commented on PROTON-558: [~MarkusHorstmann]: Could you comment

Re: map values in message body

2014-05-16 Thread Rafael Schloming
That's most definitely a bug in the Perl binding. It should properly introspect the types of keys/values just like the other bindings. If you file a JIRA I'll see what I can do about fixing it or poking someone else to fix it. ;-) --Rafael On Fri, May 16, 2014 at 11:45 AM, Fraser Adams

[jira] [Updated] (PROTON-581) SSL/TLS support for Proton-c on Windows

2014-05-16 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated PROTON-581: Attachment: schannel_0.patch This first patch does simple client side TLS only. No server support

[jira] [Commented] (PROTON-580) Perl bindings should properly encode complex hash and array types

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000262#comment-14000262 ] ASF subversion and git services commented on PROTON-580: Commit

Re: map values in message body

2014-05-16 Thread Darryl L. Pierce
On Thu, May 15, 2014 at 01:04:13PM -0400, Ernest Allen wrote: Does proton messenger support sending complex maps as the message body? That is, maps whose values are other maps or lists and not just strings? When I send a message and the body is encoded as qpid::proton::MAP, the map values

[jira] [Resolved] (PROTON-580) Perl bindings should properly encode complex hash and array types

2014-05-16 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce resolved PROTON-580. - Resolution: Fixed Perl bindings should properly encode complex hash and array types

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

2014-05-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000151#comment-14000151 ] ASF subversion and git services commented on PROTON-558: Commit

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

2014-05-16 Thread Ken Giusti
Hi Gordon, My thoughts: For Java client API I think JMS should be our primary focus. I'm quite fond of qpid::messaging. I would like to see us (QPID) continue to support this api and evolve it. For multi-language support, I think we should leverage swig as is done by Messenger today.

Re: map values in message body

2014-05-16 Thread Fraser Adams
Hi Ernie, Messenger per se certainly supports this, the python binding introspects the types accurately and I'm currently writing unit tests for my JavaScript port to prove test the JavaScript introspection behaves correctly too, so if you are seeing an issue it'll be with the Perl binding

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

2014-05-16 Thread Markus Horstmann (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000536#comment-14000536 ] Markus Horstmann commented on PROTON-558: - This is a significant improvement.