On 10/11/2011 01:45 PM, surya prakash wrote:
> If i use ACCEPT_MODE_EXPLICIT then i am getting duplicate entry's that's
> the reason i user ACCEPT_MODE_NONE
Correct. You can choose between unreliable or at-least-once (meaning
duplicates are possible). To get exactly-once (which I think is what you
want) you need to de-duplicate in your application.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org
|