On 10/21/2014 08:43 AM, Michael Ivanov wrote:
I am new to qpid-proton, can somebody give me some pointers on how to get replies for the messages when working via qpidd broker?
Subscribe to an address with the '#' as the node. This is a special character that causes a dynamic, temporary, broker created queue to be created. E.g. amqp://127.0.0.1/#
You can then get the address to use in your reply to with pn_subscription_address(), passing in the subscription created.
[...]
Finally is there any way to read only messages with specified priority from input queue in proton C?
Not with the messenger API at present I'm afraid. To do that you would need to set a filter on the source for your subscription which you can't do with 0.7.
--Gordon. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
