Re: Monitor ActiveMQ from the remote host

2007-06-01 Thread Oleg Deribas
Hello, Albert Strasheim said the following on 01.06.2007 14:31: http://java.sun.com/javase/6/docs/technotes/guides/management/faq.html A common problem is this one (number 5 on the FAQ): Thanks, Albert. It was right guess and I've fixed it according to the FAQ. -- Oleg

Re: Monitor ActiveMQ from the remote host

2007-06-01 Thread Albert Strasheim
Hello On Fri, 01 Jun 2007, Oleg Deribas wrote: > When 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? http://java.sun.com/javase/

Re: Monitor ActiveMQ from the remote host

2007-06-01 Thread Daryl Richter
On 6/1/07 5:18 AM, "Oleg Deribas" <[EMAIL PROTECTED]> wrote: > 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.html > > When I'm connecting from localhost it works. But