Yes, if camel is deployed alongside the broker, it runs in the same JVM.
You should check out some of the example configs that ship with ActiveMQ...
you'll see an <import resources="camel.xml"/> tag (example...
conf/activemq-demo.xml)

With camel you can have a route like this:

from(timer:statsLogger?period=1000).inOut().to("activemq:queue:ActiveMQ.Statistics.Broker").log("${body}")

That should get you started, and on the right track.

You can specify more options around the timer, jms/activemq component, and
logging:

http://camel.apache.org/timer.html
http://camel.apache.org/jms.html
http://camel.apache.org/activemq.html
http://camel.apache.org/logeip.html



On Thu, Sep 26, 2013 at 3:20 AM, johnbing <bingjoh...@gmail.com> wrote:

> Hey,
>
> Currently I am not using camel with my broker.
> After your last post I read about camel, but got stuck with some questions.
> -- Is camel uses same PID as of ActiveMQ broker ? I want to log all stats
> into the same ActiveMQ log file.
> -- I am not able to understand how camel can be used to extract stats of
> the
> broker, Do I need to use any EIP for camel.
>
> Please let me know if any important blog or some link you have regarding
> ActiveMQ integration with camel.
>
> Thanks,
> John
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/Statistics-Plugin-for-ActiveMQ-broker-tp4671788p4671849.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>



-- 
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta

Reply via email to