Hey folks, 

i found the cause for this error, but so far no solution.

I looked at the output from netstat again:

netstat -tulpen | grep 6161
tcp        0      0 :::61616                :::*                    LISTEN     
1011       70984032   1510/java          
tcp        0      0 127.0.0.1:61617         :::*                    LISTEN     
1011       70984056   1510/java 

As you can see, the connector only accepts connections from localhost
(127.0.0.1:61617)

Ok, 

now i know what causes the problem, but why behaves activemq like this?

This only happens when starting the connector with http, not with tcp or
something else.

How can i change this behaviour?
-- 
View this message in context: 
http://www.nabble.com/Standard-http-connector-example-not-working--tp16937377s2354p16943796.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to