Re: Camel and JBoss

2012-10-11 Thread Willem jiang
You can also start a camel context by using the Camel web console[1]. [1]http://camel.apache.org/web-console.html -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blo

Re: Camel and JBoss

2012-10-11 Thread Chris Wolf
Yes. You can load a plain Spring AppContext (with embedded Camel context a/k/a "Spring DSL") using JBoss's Spring Deployer, which is available for JBoss 4,5, 6 and 7. https://www.jboss.org/snowdrop I find this is the cleanest method of deploying Camel on JBoss. -Chris On Thu, Oct 11, 2012 a

Re: Camel and JBoss

2012-10-11 Thread ravishankar.singaram
Flavio, We created a Dummy Spring bootstrap web application and loaded camel context similar to the lines of William's suggestion. Now that the subject has been brought up, is there a way to load the camel context in jboss deployment without a web application? - Ravishankar Singaram Techni

Re: Camel and JBoss

2012-10-11 Thread Willem jiang
To: users@camel.apache.org (mailto:users@camel.apache.org) > Subject: Re: Camel and JBoss > > Hi, > > Yes, we did. > We created an MBean for managing our configurations and hooked up > CamelContext to restart our routes. > > There are many ways as you said, we tried to wire

RE: Camel and JBoss

2012-10-11 Thread Flavio Magacho - M4U
Ok raviwithyou, but how do you start the camel context? You use a Servlet in a web application? -Original Message- From: raviwithyou [mailto:bytes2r...@gmail.com] Sent: quarta-feira, 10 de outubro de 2012 03:25 To: users@camel.apache.org Subject: Re: Camel and JBoss Hi, Yes, we did

RE: Camel and JBoss

2012-10-10 Thread Flavio Magacho - M4U
...@wipro.com] Sent: quarta-feira, 10 de outubro de 2012 01:14 To: users@camel.apache.org Subject: Re: Camel and JBoss Hello Flavio, Yes I am currently working with Camel & JBoss. I was not able to understand your question, Can you elaborate ? Regards Guru @gnanagurus -- View this messag

Re: Camel and JBoss

2012-10-09 Thread raviwithyou
Hi, Yes, we did. We created an MBean for managing our configurations and hooked up CamelContext to restart our routes. There are many ways as you said, we tried to wire in CamelContext to our MBean as below in our camel-context.xml. http://camel.apache.org/schema/spring";> ...