Juergen Mayrbaeurl wrote: > Hi! > > We're running ActiveMQ Version 4.1.0 on AIX with JRE 1.4.x and trying to > access it over JMX from a remote machine. The connector port of the > ManagementContext is set to 61099. Unfortunately we can't connect to the > MBeanServer and get java.rmi.ConnectException : Connection refused to host > ... But this doesn't happen when trying to create a TCP connection on port > 61099. It happens with port 62104. > > Does anyone know which component uses this port? > Currently our internal firewall only allows access to port 61099. Do we have > to add 62104? > > Kind regards > Juergen
Also, the second port is random, so it will change. Firewalls and RMI (which JMX uses) don't like each other. There are ways to make it work, of course... -- Christopher G. Stach II