Re: I am abel to ping the machine but still received exception "Could not connect to broker URL"

2008-06-23 Thread _prasad
hey Thanks Sridhar2008. I don't know what is the reason. But here is what I did : Installed broker on UNIX and started it there. Then I sent few messages from windows machine to unix bix and that worked. " I guess this issue was related to firewall - windows machine is not accessible from unix, b

Re: I am abel to ping the machine but still received exception "Could not connect to broker URL"

2008-06-23 Thread Sridhar2008
I am suspecting it might be a firewall (based on info in this thread) issue. Here are debugging suggestions: 1. Move broker to the unix m/c with sender app. Can the consumer connect ? 2. If you can do http to the windows m/c - you can, for example, forward port 80 on your windows machine to

Re: I am abel to ping the machine but still received exception "Could not connect to broker URL"

2008-06-20 Thread _prasad
Here is the output of telnet. bash-3.00$ telnet 150.123.186.61 61616 Trying 150.123.186.61... Connected to 150.123.186.61. Escape character is '^]'. ÙActiveMQTightEncodingEnabled CacheSizeTcpNoDelayEnabledSizePrefixDisabledStackTraceEnabled MaxInactivityDurationInitalDelay'MaxInactivityDuratio

Re: I am abel to ping the machine but still received exception "Could not connect to broker URL"

2008-06-20 Thread Sridhar2008
Does 'telnet 150.123.186.61 61616' work from you unix machine ? _prasad wrote: > > Hi , > > While developeing an application using Spring & ActiveMQ, I am getting the > following exception. > Sender is on UNIX machine. > Broker and receiver are running on same Windows machine. > From UNIX

I am abel to ping the machine but still received exception "Could not connect to broker URL"

2008-06-20 Thread _prasad
Hi , While developeing an application using Spring & ActiveMQ, I am getting the following exception. Sender is on UNIX machine. Broker and receiver are running on same Windows machine. >From UNIX machine , I am able to "ping" successfully to Windows machine where receiver & broker are running.