hi , I am facing two more problems 1)by using sender i am sending messages with High TPS like 10000-15000.and receiver only able to receive 5000-6000 only. *How i tested:*i sent 1000000 messages using one simple sender application ,it sent those messages very fast.but the receiver is not able to receive data continuously not receiving,how to solve this problem and what may the cause for this. 2)when i am testing with sender and receiver application in between i killed and restarted qpidd in this case duplicate entrys are comming.
In the above two cases i tested with *Message Listener* and *Local Queue* ((*I used qpid::client API*)) On Thu, Sep 29, 2011 at 7:43 PM, Gordon Sim <[email protected]> wrote: > 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:users-subscribe@qpid.**apache.org<[email protected]> > > -- ** *Thanks and Regards,* *A.SURYA PRAKASH REDDY* ***Ph.No:+91 7676724614*
