Api Description - Session::nextReceiver

2013-10-25 Thread Andreas Welchlin
Hi All, please could someone enhance the c++ api documentation (doxygen): one improvement: Receiver::nextReceiver(Duration) does not throw a Receiver::NoMessageAvailable exception, but a NoMessageAvailable exception defined in messaging/exceptions.h. And an additional

SASL Authorization fails

2014-02-03 Thread Andreas Welchlin
Hi All, I tried to connect to Qpid using SASL authorization. Unfortunately I had no success. And I am missing a step by step example. I am running the c++ broker on a linux machine (fedora). And I want to connect via JMS from a Windows machine. Let's say I want do create a user: Username:

Re: SASL Authorization fails

2014-02-03 Thread Andreas Welchlin
:5672' Regards, Andreas Am 03.02.2014 19:06, schrieb Andreas Welchlin: Hi All, I tried to connect to Qpid using SASL authorization. Unfortunately I had no success. And I am missing a step by step example. I am running the c++ broker on a linux machine (fedo

Read AMQP Properties using proton-c

2014-12-19 Thread Andreas Welchlin
Hello, I read AMQP messages using Proton 0.7 c-api which was sent via the Qpid C++ Message Broker (V0.28). I can read the message content and attributes like the correlation id or the user id with no problems. But it was not possible to read the properties of the message. The code:

Re: Read AMQP Properties using proton-c

2014-12-20 Thread Andreas Welchlin
age properties. There should be specific accessors on the message for all of those fields, e.g. pn_message_get/set_creation_time(...). --Rafael On Fri, Dec 19, 2014 at 1:23 PM, Andreas Welchlin wrote: Hello, I read AMQP messages using Proton 0.7 c-api which was sent via the Qpid C++ Message Brok

[jira] [Created] (PROTON-785) pn_code is missing one error code

2014-12-20 Thread Andreas Welchlin (JIRA)
Andreas Welchlin created PROTON-785: --- Summary: pn_code is missing one error code Key: PROTON-785 URL: https://issues.apache.org/jira/browse/PROTON-785 Project: Qpid Proton Issue Type: Bug