Hello Qpid users,
I am wondering if there is a way to make subscriptions ("push queues")
durable via the C++ API. With "durable", I mean:
1. Process foo subscribes for messages using SubscriptionManager
implementing MessageListener to broker x
2. Broker x restarts at some point.
3. Process foo does not need to subscribe again.
Using Google to find information about the topic, it looks like this
is possible in the Java API. Checking the SubscriptionManager and
MessageListener classes API it doesn't look like it is possible in
C++. Am I missing something?
If this isn't possible, is there at least a way to get informed when
the broker isn't available anymore so I can maybe restart the
subscriber thread or something?
TIA,
Christian
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]