You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by shanmugam <sh...@gmail.com> on 2014/02/20 11:59:37 UTC

Camel pooling message on demand


Hello All
<camelContext id="camelContextTest" trace="true"
xmlns="http://camel.apache.org/schema/spring">
<route autoStartup="true" startupOrder="1">
			<from uri="ref:queueURI" />
			<to uri="bean:handler?method=event" />
		</route>
</camelContext>

above configuration continues running .. but i need when i running
camelContext then only run

how to configure beans.xml file

Thanks




--
View this message in context: http://activemq.2283324.n4.nabble.com/Camel-pooling-message-on-demand-tp4678189.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Camel pooling message on demand

Posted by Christian Posta <ch...@gmail.com>.
Please ask this question on the Camel user list. This is the ActiveMQ dev list.

On Thu, Feb 20, 2014 at 3:59 AM, shanmugam <sh...@gmail.com> wrote:
>
>
> Hello All
> <camelContext id="camelContextTest" trace="true"
> xmlns="http://camel.apache.org/schema/spring">
> <route autoStartup="true" startupOrder="1">
>                         <from uri="ref:queueURI" />
>                         <to uri="bean:handler?method=event" />
>                 </route>
> </camelContext>
>
> above configuration continues running .. but i need when i running
> camelContext then only run
>
> how to configure beans.xml file
>
> Thanks
>
>
>
>
> --
> View this message in context: http://activemq.2283324.n4.nabble.com/Camel-pooling-message-on-demand-tp4678189.html
> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.



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