Re: Proton-c Null Messages

2015-06-08 Thread logty
After some research it appears to be a problem with messages over a certain size aren't being correctly sent/recieved and are instead being picked up by the messenger as null, although I don't know how to fix this, any thoughts? -- View this message in context:

[GitHub] qpid-proton pull request: Proton 781 ruby reactor apis

2015-06-08 Thread mcpierce
GitHub user mcpierce opened a pull request: https://github.com/apache/qpid-proton/pull/36 Proton 781 ruby reactor apis The Ruby Reactor APIs plus example applications. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (PROTON-895) Rely on python to build the downloaded tarball

2015-06-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14577535#comment-14577535 ] ASF subversion and git services commented on PROTON-895: Commit

[jira] [Commented] (PROTON-781) Implement the Reactive APIs in Ruby

2015-06-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14577578#comment-14577578 ] ASF subversion and git services commented on PROTON-781: Commit

[jira] [Commented] (PROTON-781) Implement the Reactive APIs in Ruby

2015-06-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14577580#comment-14577580 ] ASF subversion and git services commented on PROTON-781: Commit

[jira] [Commented] (PROTON-781) Implement the Reactive APIs in Ruby

2015-06-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14577582#comment-14577582 ] ASF subversion and git services commented on PROTON-781: Commit

Re: Proton-c Null Messages

2015-06-08 Thread logty
The strange thing is pn_messenger_get is returning 0, I have code to throw an error if it isn't 0. Also, the large messages work fine on RabbitMQ but not on Apache Apollo. -- View this message in context: http://qpid.2158936.n2.nabble.com/Proton-c-Null-Messages-tp7625967p7626075.html Sent from

Re: Proton-c Null Messages

2015-06-08 Thread Darryl L. Pierce
On Mon, Jun 08, 2015 at 05:56:14AM -0700, logty wrote: Hi all, I just had a quick question about proton-c returning null messages. I am calling pn_messenger_get on my message and on my messenger and getting back messages that are null. When I call: pn_bytes_t b =

has someone successfully built proton-c for iOS?

2015-06-08 Thread yf
We are interested in using Proton-C library in an iOS app so that data can be sent to Qpidd server from iOS app. However, it seems that we can hardly find relevant materials for using Proton-C in an iOS app? We find some Proton introduction slides mentioned that proton-c is designed with

Re: C++ versions for the C++ binding

2015-06-08 Thread Tomáš Šoltys
Hi, since I need to compile proton on OpenVMS which does not support C++11 nor C++14 I would be more happy with C++03. Regards, Tomas 2015-06-05 22:49 GMT+02:00 aconway acon...@redhat.com: I think this has been discussed before, but is there a consensus on what C++ version we want to target

[jira] [Commented] (PROTON-896) change all static function names to begin with pni_

2015-06-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14577235#comment-14577235 ] ASF subversion and git services commented on PROTON-896: Commit

[jira] [Updated] (PROTON-902) Make dependency on libuuid optional

2015-06-08 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Percoco updated PROTON-902: -- Attachment: 0001-PROTON-902-Remove-the-dependency-on-uuid.patch Make dependency on libuuid

[jira] [Created] (PROTON-902) Make dependency on libuuid optional

2015-06-08 Thread Flavio Percoco (JIRA)
Flavio Percoco created PROTON-902: - Summary: Make dependency on libuuid optional Key: PROTON-902 URL: https://issues.apache.org/jira/browse/PROTON-902 Project: Qpid Proton Issue Type:

Proton-c Null Messages

2015-06-08 Thread logty
Hi all, I just had a quick question about proton-c returning null messages. I am calling pn_messenger_get on my message and on my messenger and getting back messages that are null. When I call: pn_bytes_t b = pn_data_get_bytes(pn_message_body(message)); calls to b.start and b.size create

[jira] [Updated] (PROTON-902) Make dependency on libuuid optional

2015-06-08 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Percoco updated PROTON-902: -- Attachment: (was: 0001-PROTON-902-Remove-the-dependency-on-uuid.patch) Make dependency on

[jira] [Commented] (PROTON-902) Make dependency on libuuid optional

2015-06-08 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14577275#comment-14577275 ] Flavio Percoco commented on PROTON-902: --- Review board link:

[jira] [Updated] (PROTON-903) UUID version should be in sixth octet

2015-06-08 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Percoco updated PROTON-903: -- Attachment: 0001-PROTON-903-Set-UUID-s-version-in-the-sixth-octet.patch UUID version should be

[jira] [Updated] (PROTON-902) Make dependency on libuuid optional

2015-06-08 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Percoco updated PROTON-902: -- Attachment: (was: 0001-PROTON-902-Remove-the-dependency-on-uuid.patch) Make dependency on

[jira] [Updated] (PROTON-902) Make dependency on libuuid optional

2015-06-08 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Percoco updated PROTON-902: -- Attachment: 0001-PROTON-902-Remove-the-dependency-on-uuid.patch

[jira] [Updated] (PROTON-902) Make dependency on libuuid optional

2015-06-08 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Percoco updated PROTON-902: -- Attachment: (was: 0001-PROTON-902-Remove-the-dependency-on-uuid.patch) Make dependency on

[jira] [Assigned] (PROTON-903) UUID version should be in sixth octet

2015-06-08 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti reassigned PROTON-903: - Assignee: Ken Giusti UUID version should be in sixth octet

[jira] [Commented] (PROTON-903) UUID version should be in sixth octet

2015-06-08 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14577305#comment-14577305 ] Flavio Percoco commented on PROTON-903: --- reviewboard link:

[jira] [Assigned] (PROTON-903) UUID version should be in sixth octet

2015-06-08 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim reassigned PROTON-903: - Assignee: Gordon Sim (was: Ken Giusti) UUID version should be in sixth octet

[jira] [Updated] (PROTON-902) Make dependency on libuuid optional

2015-06-08 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Percoco updated PROTON-902: -- Attachment: (was: 0001-PROTON-902-Remove-the-dependency-on-uuid.patch) Make dependency on

[jira] [Updated] (PROTON-902) Make dependency on libuuid optional

2015-06-08 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Percoco updated PROTON-902: -- Attachment: 0001-PROTON-902-Remove-the-dependency-on-uuid.patch fixed an overflow issue Make

[jira] [Updated] (PROTON-902) Make dependency on libuuid optional

2015-06-08 Thread Flavio Percoco (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flavio Percoco updated PROTON-902: -- Attachment: 0001-PROTON-902-Remove-the-dependency-on-uuid.patch Make dependency on libuuid

Re: has someone successfully built proton-c for iOS?

2015-06-08 Thread aconway
On Sun, 2015-06-07 at 21:28 -0700, yf wrote: We are interested in using Proton-C library in an iOS app so that data can be sent to Qpidd server from iOS app. However, it seems that we can hardly find relevant materials for using Proton-C in an iOS app? We find some Proton introduction

Re: C++ versions for the C++ binding

2015-06-08 Thread aconway
On Mon, 2015-06-08 at 09:27 +0200, Tomáš Šoltys wrote: Hi, since I need to compile proton on OpenVMS which does not support C++11 nor C++14 I would be more happy with C++03. Thanks, I suspected there would be people out there :) So I'll go for plain ole C++03 to start with, if I add

[jira] [Assigned] (PROTON-896) change all static function names to begin with pni_

2015-06-08 Thread michael goulish (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael goulish reassigned PROTON-896: -- Assignee: michael goulish change all static function names to begin with pni_

[jira] [Assigned] (PROTON-902) Make dependency on libuuid optional

2015-06-08 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti reassigned PROTON-902: - Assignee: Ken Giusti Make dependency on libuuid optional ---