ActiveMQ-CPP

I need to, in some cases, return prefetched messages to the broker.
At present I do the following:

- rollback the session
- stop the consumer
- close the consumer
- delete the consumer
- stop the session
- delete the session
- delete the destination

But the messages remain unavailable.  What else do I need to do?


Reply via email to