Bruce,
Thank you very much for your response. I did the steps that you suggested
and got the correct response in but when i telnet from outside, i am getting
timeout. I think it has something to do with EC2 Firewall. The interesting
thing is that i did have these port opened in for this EC2 Security Group as
below:
SSH tcp 22 22 0.0.0.0/0
tcp 61616 61616 0.0.0.0/0
HTTP tcp 80 80 0.0.0.0/0
tcp 8080 8080 0.0.0.0/0
tcp 8161 8161 0.0.0.0/0
bsnyder wrote:
>
> On Wed, Mar 17, 2010 at 2:35 PM, Justin Hoang <[email protected]> wrote:
>>
>> I am trying to connect to my ActiveMQ running on EC2 Instance remotely
>> and
>> not able to.
>>
>> I have opened TCP port for 8161 and 61616 for ActiveMQ on my Instance
>> Security Group.
>> I am not able to access the ActiveMQ admin console for this instance
>> remotely neither.
>>
>> I wonder if any one ran into similar problem with EC2. Â Any advice or
>> suggestion is greatly appreciated.
>
> 1) Use netstat from the EC2 side to see if ActiveMQ did indeed open a
> port. Below is an example:
>
> $ netstat -an | grep 61616
> tcp4 0 0 *.61616 *.* LISTEN
>
> 2) If the port is open, you should be able to telnet to it and see
> something like the following:
>
> $ telnet localhost 61616
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> ÙActiveMQTightEncodingEnabled
> CacheSizeTcpNoDelayEnabledSizePrefixDisabledStackTraceEnabled
> MaxInactivityDurationInitalDelay'MaxInactivityDurationu0
>
>
> CacheEnabled
>
> This tells you that it is accepting connections from inside the EC2
> instance. The next step is to test this port from outside the EC2
> instance. Can you telnet to the the EC2 public IP address and port
> 61616? If so, what kind of response do you receive?
>
> Bruce
> --
> perl -e 'print
> unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
>
> ActiveMQ in Action: http://bit.ly/2je6cQ
> Blog: http://bruceblog.org/
> Twitter: http://twitter.com/brucesnyder
>
>
--
View this message in context:
http://old.nabble.com/Not-able-to-connect-to-ActiveMQ-running-on-EC2-Instance-remotely-tp27937799p27950851.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.