Re: ActiveMQ training

2013-08-13 Thread Claus Ibsen
Hi Red Hat offers trainings http://www.redhat.com/training/courses/jb437vt/ http://www.redhat.com/training/courses/jb437/ On Tue, Aug 13, 2013 at 10:25 PM, sripri wrote: > Thanks for your feedback. One of the first things I did was check with those > guys and apart from one Savior none train.

Re: JMS message group + selectors

2013-08-13 Thread salemi
Well, I am doing some performance testing with Apache Camel and their splitter performance is for our purposes slow. So I started using the selector and JMS message groups together to avoid the splitter. -- View this message in context: http://activemq.2283324.n4.nabble.com/JMS-message-groups-

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: Serializable class 'GenericMessage' not available to broker

2013-08-13 Thread Christian Posta
Sounds like Spring Integration might be trying to send as an Object message and send in its GenericMessage object. This will not be on the classpath of ActiveMQ. You'd need to make sure it's on the classpath of both producers and consumers. Or, don't use Object messages (preferred). Might have to a

Re: Activemq webconsole war

2013-08-13 Thread Chirag Pujara
I found it here: https://repository.apache.org/content/repositories/releases/org/apache/activemq/activemq-web-console/5.8.0/ thanks, chirag On Tue, Aug 13, 2013 at 3:43 PM, Chirag Pujara wrote: > I get 404 not found. > > > On Tue, Aug 13, 2013 at 3:41 PM, Timothy Bish wrote: > >> On 08/13/2013

Re: Activemq webconsole war

2013-08-13 Thread Chirag Pujara
I get 404 not found. On Tue, Aug 13, 2013 at 3:41 PM, Timothy Bish wrote: > On 08/13/2013 04:36 PM, Chirag Pujara wrote: > >> I found maven repo for activemq [ >> http://repo1.maven.org/maven2/**org/apache/activemq/]. >> Why is it missing >> a

Re: Activemq webconsole war

2013-08-13 Thread Timothy Bish
On 08/13/2013 04:36 PM, Chirag Pujara wrote: I found maven repo for activemq [ http://repo1.maven.org/maven2/org/apache/activemq/]. Why is it missing activemq-web-console. Can I get war from any other location? thanks, chirag Looks like its there to me: http://repo1.maven.org/maven2/org/apache

Re: Activemq webconsole war

2013-08-13 Thread Christian Posta
Is it missing? http://repo1.maven.org/maven2/org/apache/activemq/activemq-web-console/5.8.0/ On Tue, Aug 13, 2013 at 1:36 PM, Chirag Pujara wrote: > I found maven repo for activemq [ > http://repo1.maven.org/maven2/org/apache/activemq/]. Why is it missing > activemq-web-console. Can I get war

Activemq webconsole war

2013-08-13 Thread Chirag Pujara
I found maven repo for activemq [ http://repo1.maven.org/maven2/org/apache/activemq/]. Why is it missing activemq-web-console. Can I get war from any other location? thanks, chirag

Re: ActiveMQ training

2013-08-13 Thread sripri
Thanks for your feedback. One of the first things I did was check with those guys and apart from one Savior none train. Savoir needs a group of at least 6 for onsite training. Ideally I would like a virtual class room or an open enrollment kind of an arrangement. And we are looking for a class

Serializable class 'GenericMessage' not available to broker

2013-08-13 Thread Medha
Hi, I am fairly new to ActiveMQ and I have installed the 5.8.0 version on my local machine. I am then trying to send messages using Spring Integration framework. I keep getting the below error : javax.jms.JMSException: Failed to build body from content. Serializable class not available to brok

Re: ActiveMQ training

2013-08-13 Thread Christian Posta
Yep, check out this page. All these companies will provide training: http://activemq.apache.org/support.html On Tue, Aug 13, 2013 at 8:02 AM, sripri wrote: > Can anybody recommend a good activemq virtual or in class training > organization? I work for a small company (3 developers) and woul

ActiveMQ training

2013-08-13 Thread sripri
Can anybody recommend a good activemq virtual or in class training organization? I work for a small company (3 developers) and would like to hear from folks who have experienced either a virtual session or a class room based instruction. We will probably send one person for training. Classroom

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: JMS message group + selectors

2013-08-13 Thread Robert Davies
I presume you mean message groups ? That's going to be a good thing to do if it is. On 12 Aug 2013, at 20:44, salemi wrote: > Hi, > > I am planing to use JMS message group in conjunction for selector. Has > anybody done it before? > > If I use both does it have performance implications of the