Hello,I'm trying to connect using jconsole to ActiveMQ instance running on the remote host according to this:
http://activemq.apache.org/how-can-i-monitor-activemq.htmlWhen I'm connecting from localhost it works. But when I'm replacing "localhost" with remote host name, like this:
service:jmx:rmi:///jndi/rmi://myhostname:1099/jmxrmi it doesn't work. Could someone help me? -- Oleg