Hi 

I am new to ActiveMQ and trying to make a Request/Response wrapper in C#
using Apache.NMS.ActiveMQ 1.7.1. So far I am able to setup the connection
and session, and also send and receive message. The only issue is that when
I send one message from a client, the server consumer receives the message 5
to 7 times. Initially I thought that this might be due to not closing the
connection/session, or not acknowledging the message. This seems not to be
the case. Has anyone had a similar experience and found a solution?

The request code is as follows


and the response code is 



Where _manager.Connect creates a connection and session if this has not
already been done. The address simply holds the queue name and if the
message should be persisted.

Any ideas?




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Receiving-multiple-duplicate-messages-Beginner-question-tp4706474.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to