On 09/29/2011 02:23 PM, surya prakash wrote:
i need to use persistence queues is it possible with client::messaging API.

Yes, you just need to declare your queues as durable and set the messages to be persistent (msg.getDeliveryProperties().setDeliveryMode(DELIVERY_MODE_PERSISTENT))

can you share me any example which is using "MessageReplayTracker class"

Have a look under examples/old_api/failover.

I would strongly suggest considering the messaging API however, as I believe you will find it easier.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to