I upgraded from Apache ActiveMQ 5.2.0 to Fuse Active MQ 5.4.2. Fuse 2.00
My test program I attached here sends and receives 10 mesages.
Worked fine on Windows XP Version 2002 SP3 tested with and without persistence with oracle 10g
But On Windows 2003 Server R2 Enterprise Edition SP2 with the same Active 5.4.2 of Both Apache and Fuse 2.00 I could not connect to it. I tried changing the ports for tcp://(AMQConsumer.java:32)
at AMQProCon$2.run(AMQProCon.java:96)
at java.lang.Thread.run(Thread.java:662)
Process finished with exit code 0
Guys..
This has been fixed by changing ...
open wire uri from "tcp://localhost:61616" to "tcp://0.0.0.0:61616" in activemq.xml file.
Thank You,
Nag.
Edited by: nnprasad on Apr 6, 2011 6:52 PM