kirkal wrote:
> the result of netstat:
> 
> tcp6       0      0 *:61616                 *:*                     LISTEN
> 
> 
> the result of nc :
> ?ActiveMQ?TightEncodingEnabledTcpNoDelayEnabledSizePrefixDisabledStackTraceEnabledMaxInactivityDurationu0
>                                           CacheEnabled
> 
> 
> So it looks like the broekr's fine. unless *:61616 in netstat is indicative
> of some kind of problem.
> 

That just means it's listening on all interfaces, port 61616.

The next step is probably whipping out the debugger and figuring out
what's going on when the client tries to connect.  Did you enable
debugging in the broker with the instructions on the AMQ Wiki?  That
would probably help a whole lot.

-- 
Christopher G. Stach II

Reply via email to