Re: How to monitor ActiveMQ that run in JBOSS

2009-01-08 Thread Eric Ma
pbaker01 wrote: > > Same questions as below: > > 2. If deploying the console.war (where can I find the war file, or do I > have to create it)? > > http://repo2.maven.org/maven2/org/apache/activemq/activemq-web-console/5.2.0/activemq-web-console-5.2.0.war -- View this message in context: h

Re: How to monitor ActiveMQ that run in JBOSS

2008-12-17 Thread pbaker01
Additional netstat info. C:\Users\Paul>netstat -an|find "61616" TCP0.0.0.0:61616 0.0.0.0:0 LISTENING TCP[::]:61616 [::]:0 LISTENING C:\Users\Paul>netstat -an|find "8161" C:\Users\Paul>netstat -an|find "8161" C:\Users\Paul>net

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-29 Thread ferry97
Hi James, Could you tell me where to put activemq.xml file to ? is in %JBOSS%/server/default/conf folder ? if yes, how to tell JBoss to read the file ? Thanks. Regards, Ferry James.Strachan wrote: > > Try use the activemq xml file from the conf dir, use jmx or deploy the > console war. > > O

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-29 Thread James Strachan
Try use the activemq xml file from the conf dir, use jmx or deploy the console war. On 8/29/07, ferry97 <[EMAIL PROTECTED]> wrote: > > Yes, via resource adapter, refer to JBoss integration guide in ActiveMQ > website. > The queue works fine > > --Ferry > > > bsnyder wrote: > > > > On 8/27/07, ferr

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-28 Thread ferry97
Yes, via resource adapter, refer to JBoss integration guide in ActiveMQ website. The queue works fine --Ferry bsnyder wrote: > > On 8/27/07, ferry97 <[EMAIL PROTECTED]> wrote: >> >> Yup, I have no problem running it in standalone. >> The web console works perfectly fine... > > OK, so how are

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-28 Thread Bruce Snyder
On 8/27/07, ferry97 <[EMAIL PROTECTED]> wrote: > > Yup, I have no problem running it in standalone. > The web console works perfectly fine... OK, so how are you starting ActiveMQ? Via a resource adapter that hooks into JBoss? Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-27 Thread ferry97
Yup, I have no problem running it in standalone. The web console works perfectly fine... --Ferry bsnyder wrote: > > On 8/27/07, ferry97 <[EMAIL PROTECTED]> wrote: >> >> I'm using ActiveMQ 5 build 57. >> The file name: >> apache-activemq-5.0-20070821.220258-57 > > If you start up up this build

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-27 Thread Bruce Snyder
On 8/27/07, ferry97 <[EMAIL PROTECTED]> wrote: > > I'm using ActiveMQ 5 build 57. > The file name: > apache-activemq-5.0-20070821.220258-57 If you start up up this build standalone, do you see the output from Jetty and the web-console port? Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTE

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-27 Thread ferry97
I'm using ActiveMQ 5 build 57. The file name: apache-activemq-5.0-20070821.220258-57 --Ferry -- View this message in context: http://www.nabble.com/How-to-monitor-ActiveMQ-that-run-in-JBOSS-tf4316695s2354.html#a12343021 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-26 Thread Bruce Snyder
On 8/26/07, ferry97 <[EMAIL PROTECTED]> wrote: > > Hi Bruce, > If I run ActiveMQ as a standalone, there is no problem to run the > Web-Console, but in my scenario ActiveMQ is running under JBoss, and I > didn't see any web server (jetty) running. None is listening in port 8161. > Or perhaps I miss

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-26 Thread ferry97
Hi Bruce, If I run ActiveMQ as a standalone, there is no problem to run the Web-Console, but in my scenario ActiveMQ is running under JBoss, and I didn't see any web server (jetty) running. None is listening in port 8161. Or perhaps I miss some setting in Jboss to enable the web-console ? I don't

Re: How to monitor ActiveMQ that run in JBOSS

2007-08-25 Thread Bruce Snyder
On 8/23/07, ferry97 <[EMAIL PROTECTED]> wrote: > > Hi, > How to monitor ActiveMQ that run in JBOSS. > I run ActiveMQ 5 which should come with its Web-Console, but I don't know > how to run it ? My queue all is configured under JBOSS. > Please help. With ActiveMQ 5, the web-console is embedded in t