Re: Activemq webconsole for multiple brocker

2013-08-14 Thread James Strachan
On 14 August 2013 22:20, Chirag Pujara wrote: > I was able to get it working with 5.8. thanks for in detail blog. > > I have question about hawtio: > > 1. Can I configure hawtio so when I open it, it is already connected to > remote activemq. I dont have to connect all time in hawtio. All the pag

Re: Activemq webconsole for multiple brocker

2013-08-14 Thread Chirag Pujara
I was able to get it working with 5.8. thanks for in detail blog. I have question about hawtio: 1. Can I configure hawtio so when I open it, it is already connected to remote activemq. I dont have to connect all time in hawtio. 2. I am doing master/slave kind of configuration. Can I do failover u

Re: Activemq webconsole for multiple brocker

2013-08-14 Thread Chirag Pujara
I will be trying with 5.8 release. any idea when we will get 5.9 release? will try that as soon as possible, thanks, chirag On Wed, Aug 14, 2013 at 10:51 AM, Christian Posta wrote: > Chirag, > > try again. I just tried it with 5.9 snapshot, and works great now with > hawtio-1.2-M5 > > > On W

Re: Activemq webconsole for multiple brocker

2013-08-14 Thread Christian Posta
Chirag, try again. I just tried it with 5.9 snapshot, and works great now with hawtio-1.2-M5 On Wed, Aug 14, 2013 at 8:24 AM, James Strachan wrote: > Great blog post Christian, keep up the great work! Would be good to > show the new move/delete/replay-of-DLQ messages too thats available in > 5.

Re: Activemq webconsole for multiple brocker

2013-08-14 Thread James Strachan
Great blog post Christian, keep up the great work! Would be good to show the new move/delete/replay-of-DLQ messages too thats available in 5.9.x :) I've just cut 1.2-M5 of hawtio which fixes those issues (thanks for figuring them out - especially the commons-codec issue!). I also fixed this one

Re: Activemq webconsole for multiple brocker

2013-08-13 Thread Christian Posta
I've added a step-by-step instruction here: http://www.christianposta.com/blog/?p=315 Note, there are a couple of bugs to take care of in HawtIO to get this polished: https://github.com/hawtio/hawtio/issues/470 and https://github.com/hawtio/hawtio/issues/471 On Tue, Aug 13, 2013 at 2:55 AM,

Re: Activemq webconsole for multiple brocker

2013-08-13 Thread James Strachan
I added a FAQ entry to hawtio on this topic in case it helps: https://github.com/hawtio/hawtio/blob/master/FAQ.md#how-do-i-connect-to-my-remote-jvm On 13 August 2013 10:35, James Strachan wrote: > Sorry you're having trouble connecting hawtio to your broker JVMs! > > All thats required for hawtio

Re: Activemq webconsole for multiple brocker

2013-08-13 Thread James Strachan
Sorry you're having trouble connecting hawtio to your broker JVMs! All thats required for hawtio to connect to any remove JVM is that a jolokia agent can be added to it. This can be done in various ways though. By default if a JVM (e.g. an ActiveMQ broker) has no jolokia or jetty at all, you can

Re: Activemq webconsole for multiple brocker

2013-08-09 Thread Christian Posta
Yep, that's where I got. On Friday, August 9, 2013, Chirag Pujara wrote: > I think i figured out what was wrong with my inital setup. I had commented > out import for jetty.xml in activemq xml bcs I didnt wanted to start > webconsole. But I guess I have to keep it if I want jolokia feature. > > I

Re: Activemq webconsole for multiple brocker

2013-08-09 Thread Chirag Pujara
I think i figured out what was wrong with my inital setup. I had commented out import for jetty.xml in activemq xml bcs I didnt wanted to start webconsole. But I guess I have to keep it if I want jolokia feature. In hawtio I used following config in Connect tab: hostname: localhost port: 8161 pat

Re: Activemq webconsole for multiple brocker

2013-08-09 Thread Christian Posta
Jolokia is started by default. Check out last section on this wiki: http://activemq.apache.org/rest.html You should be able to hit the rest management api (through jolokia) at http://localhost:8161/api/jolokia As for connecting to hawtio, there is a "Connect" tab that you should be able to use t

Re: Activemq webconsole for multiple brocker

2013-08-09 Thread Chirag Pujara
thanks. I read your blog. But I am running hawtio on tomcat. I want to monitor remote instance of activemq using hawtio. So i though of stating jolokia with activemq assuming its not running. But i think java doesnt support that or I dont know whats going on. here is what I was doing: /opt/gwx/a

Re: Activemq webconsole for multiple brocker

2013-08-08 Thread Christian Posta
Might have to use a milestone or nightly build which has the remote JVM stuff in it. To run alongside activemq (if activemq is standalone for example), take a quick look here: http://www.christianposta.com/blog/?p=298 On Thu, Aug 8, 2013 at 12:20 PM, Chirag Pujara wrote: > thanks. > > I am trti

Re: Activemq webconsole for multiple brocker

2013-08-08 Thread Chirag Pujara
thanks. I am trting to use hawtio. How do I connect remote JVM. It seems I can connect via jolokia (if I am wrong pls let me know how?). How do I make sure that it is running with activemq. I am using 5.8 version of activemq. How do I configure port for that on activemq. or it will be same as ope

Re: Activemq webconsole for multiple brocker

2013-08-07 Thread Christian Posta
Check out hawtio. This will eventually be the webconsole in ActiveMQ 5.9.0. On Wed, Aug 7, 2013 at 2:28 PM, Chirag Pujara wrote: > Hi, > > Is it possible to monitor multiple brockers from single webconsole. I am > not running brockes in master/slave mode. > > If no is there any other soletion th

Activemq webconsole for multiple brocker

2013-08-07 Thread Chirag Pujara
Hi, Is it possible to monitor multiple brockers from single webconsole. I am not running brockes in master/slave mode. If no is there any other soletion that I can use? thanks, chirag