So I have to define my routes explicitly in Spring?  If I define my routes
inside configure() the Web Console will not recognize them?  


James.Strachan wrote:
> 
> 2009/12/21 mistrz <[email protected]>:
>>
>> How do I configure Web Console to look at my routes?
> 
> The web console starts by loading the Spring applicationContext.xml
> file in WEB-INF. Put whatever routes you want in there (or include
> them from that spring XML file).
> 
> 
>> Is there a parameter to
>> define the broker uri?
>> (Currently I have tcp://localhost:61616).
> 
> Configure the activemq component in the spring XML file.
> 
> There's an example WAR using camel-web which uses ActiveMQ and creates
> an embedded broker here...
> http://svn.apache.org/repos/asf/camel/sandbox/components/camel-activemq-web/
> 
> -- 
> James
> -------
> http://macstrac.blogspot.com/
> 
> Open Source Integration
> http://fusesource.com/
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Web-Console-configuration-tp26878983p26891741.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to