Re: Receiving multiple duplicate messages - Beginner question

2016-01-29 Thread Tim Bain
Session, > Username and Password(if they are required), and also ensures closure on > disposal. The missing code is is the Connect method > > > > where the Factory is instantiated by > > > > in the class constructor. > > > > > -- > View this message in conte

Re: Receiving multiple duplicate messages - Beginner question

2016-01-28 Thread Bjand
is instantiated by in the class constructor. -- View this message in context: http://activemq.2283324.n4.nabble.com/Receiving-multiple-duplicate-messages-Beginner-question-tp4706474p4706627.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Receiving multiple duplicate messages - Beginner question

2016-01-28 Thread Tim Bain
esponse code is running in a windows service, and request is > called from a client on a different machine. > > Any ideas what the hopefully simple problem is? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Receiving-multiple-duplicate-message

Re: Receiving multiple duplicate messages - Beginner question

2016-01-28 Thread Bjand
erent machine. Any ideas what the hopefully simple problem is? -- View this message in context: http://activemq.2283324.n4.nabble.com/Receiving-multiple-duplicate-messages-Beginner-question-tp4706474p4706607.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Receiving multiple duplicate messages - Beginner question

2016-01-26 Thread Bjand
_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