Apache.NMS.ActiveMQ.MessageConsumer bug

2011-06-01 Thread rasitha
Hi, Related to http://activemq.2283324.n4.nabble.com/Dead-Letter-Queue-td2356685.html this post I started looking into the differences between java and .net versions of the message consumer and I think there is an issue in the NMS version. In the Java version, if an exception is thrown in the o

Re: Dead Letter Queue

2011-05-31 Thread rasitha
I'm not having any luck even with Auto Ack. I'm using Apache.NMS framework though. Messages do get to ProcessMessage method but when the exception is thrown, they don't get to DLQ. Do you know what I'm doing wrong here? class DeadLetterQueueTest { static void Main(string[] arg

Re: Running 2 instances of AMQ on the same machine

2011-05-31 Thread rasitha
You can check the open ports in the machine and see if the port used by your second instance is used by another process. If you are in windows netstat -a -b will show you the port and the listening app. -- View this message in context: http://activemq.2283324.n4.nabble.com/Running-2-instances-of-