On 12/12/2013 04:07 PM, xbhanu wrote:
One more thing, I dont think there is a concept of durable topic subscriptions in AMQP ? True right ?
Well, AMQP doesn't explicitly define 'topics'. It does however define distribution modes. More importantly it covers how the lifecycle of a 'terminus' can be specified and whether it is durable or not. This gives you the ability to expose durable topic subscriptions in a standard manner.
However the proton messenger API does not yet provide the ability to control those aspects of the link establishment for subscriptions. In summary, AMQP supports it, proton messenger does not.