Re: pn_error_code() returning -2 error

2015-11-09 Thread Sanny
Hi, Using Proton C library. I am following the demo example "send.c" shared in the archive. Currently using the mqx OS. 1. I have following function in *pn_error_code*(messenger->error); always returning *-2*. while calling the following function* pn_messenger_put*(messenger, message); 2. In th

Re: Proton 0.11.0 release update - The release candidate

2015-11-09 Thread Robbie Gemmell
On 4 November 2015 at 03:15, Justin Ross wrote: > Hi, all. The RC is now available here: > > https://dist.apache.org/repos/dist/dev/qpid/proton/0.11.0-rc/ > > Maven staging repo: > > https://repository.apache.org/content/repositories/orgapacheqpid-1048/ > > I will be away from my keyboard for

Re: Proton 0.11.0 release update - The release candidate

2015-11-09 Thread aconway
On Tue, 2015-11-03 at 22:15 -0500, Justin Ross wrote: > Hi, all. The RC is now available here: > > https://dist.apache.org/repos/dist/dev/qpid/proton/0.11.0-rc/ > > Maven staging repo: > > https://repository.apache.org/content/repositories/orgapacheqpid-10 > 48/ > > I will be away from my

Re: pn_error_code() returning -2 error

2015-11-09 Thread aconway
On Mon, 2015-11-09 at 17:12 +0530, Sanny wrote: > Hi, > > Using Proton C library. > > I am following the demo example "send.c" shared in the archive. > Currently > using the mqx OS. > > > 1. I have following function in *pn_error_code*(messenger->error); > always > returning *-2*. while calling

Re: pn_error_code() returning -2 error

2015-11-09 Thread aconway
On Mon, 2015-11-09 at 17:12 +0530, Sanny wrote: > Hi, > > Using Proton C library. > > I am following the demo example "send.c" shared in the archive. > Currently > using the mqx OS. > > > 1. I have following function in *pn_error_code*(messenger->error); > always > returning *-2*. while calling

Re: Proton 0.11.0 release update - The release candidate

2015-11-09 Thread aconway
On Tue, 2015-11-03 at 22:15 -0500, Justin Ross wrote: > Hi, all. The RC is now available here: > > https://dist.apache.org/repos/dist/dev/qpid/proton/0.11.0-rc/ > > Maven staging repo: > > https://repository.apache.org/content/repositories/orgapacheqpid-10 > 48/ > > I will be away from my

Re: Proton 0.11.0 release update - The release candidate

2015-11-09 Thread Justin Ross
Thanks, Robbie. I didn't think very hard about the RC versioning. I'll improve that next time. On Mon, Nov 9, 2015 at 7:35 AM, Robbie Gemmell wrote: > On 4 November 2015 at 03:15, Justin Ross wrote: > > Hi, all. The RC is now available here: > > > > https://dist.apache.org/repos/dist/dev/q

Re: Proton 0.11.0 release update - The release candidate

2015-11-09 Thread Robbie Gemmell
The process used for recent releases (documented in RELEASE.md) baked this in somewhat, adding beta/rc specific tags that were created from detached-head commits with the necessary changes from the branch being used. I'm not fond of the detached commits (or the tags) and would probably just commit

Re: Proton 0.11.0 release update - The release candidate

2015-11-09 Thread Chuck Rolke
+1 The RC passes my multi platform smoke tests on 4 versions of Visual Studio. - Original Message - > From: "Justin Ross" > To: users@qpid.apache.org, pro...@qpid.apache.org > Sent: Tuesday, November 3, 2015 10:15:53 PM > Subject: Proton 0.11.0 release update - The release candidate > >

Re: c++: engine API and example of integrating with select()

2015-11-09 Thread Justin Ross
I think this looks good. I've seen the anonymous sender handling pop up enough, and it contains enough complexity, that I think we should look into a standard handler or utility for it. On Mon, Nov 2, 2015 at 6:23 PM, aconway wrote: > I have added an "engine" class to the C++ binding to simplify