You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by bpoppa <ji...@gmail.com> on 2014/07/15 04:27:15 UTC

WSS Issue

I followed: http://activemq.apache.org/websockets.html

ActiveMQ opens the port but I cannot connect to it. Nothing in the log other
than its opening the port for it:

2014-07-14 23:49:19,775 | DEBUG | Publishing: wss://0.0.0.0:61617 for broker
transport URI: wss://0.0.0.0:61617 |
org.apache.activemq.broker.TransportConnector | main

2014-07-14 23:49:20,170 | INFO | Listening for connections at
wss://data-util1:61617 | org.apache.activemq.transport.ws.WSTransportServer
| main

Any ideas?

I am running activemq 5.9.1 on Ubuntu 13.04

Thanks!

Jim



--
View this message in context: http://activemq.2283324.n4.nabble.com/WSS-Issue-tp4683264.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: WSS Issue

Posted by artnaseef <ar...@artnaseef.com>.
Start with basic network troubleshooting, such as using telnet from the
client machine to the port on the server to make sure it's reachable.

Using strace or tcpdump to trace the operations to see if they are making it
across the network as well is a good way to go.




--
View this message in context: http://activemq.2283324.n4.nabble.com/WSS-Issue-tp4683264p4683285.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.