On 09/30/2011 12:09 PM, surya prakash wrote:
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.

Did you change your subscription settings?

2)when i am testing with sender and receiver application in between i killed
and restarted qpidd in this case duplicate entrys are comming.

That is expected. Currently only at-least-once is supported (not exactly-once). This means you need to be prepared to do any de-duplication in your application. How best to do so will depend on your use case but again you can look at the failover example for one approach using the qpid::client API.

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

Reply via email to