How can i have the same correlation ID for the COA then ?
Is there someother way of doing it ?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/NMSMessageID-not-getting-set-while-sending-message-tp4665820p4665839.html
Sent from the ActiveMQ - User mailing list archive at
My code sends a message to a queue and get a COA back. I am using C#.Net and
NMS.
Apache.NMS version 1.5.1.2739
Apache.NMS.ActiveMQ version 1.5.6.2746
I am setting the following properties of the message
Apache.NMS.IMessage request;
...
request = session.CreateBytesMessage(someStringToSend);
...
I have a solution that uses Apache.NMS.ActiveMQ ver 1.5.6. This solution
works fine on WindowsXP but when i port the same code to Windows7.
It gives me {host not found} exception at
Apache.NMS.ActiveMQ.ConnectionFactory.CreateActiveMQConnection ... in
C:\dev\NMS.ActiveMQ\src\csharp\Connection