On Tue, Oct 18, 2011 at 12:10 PM, matsumoto <[email protected]> wrote:
> Hi
> I have a problem with Timer based polling consumer
> I want consume all messages from a JMS queue, process the message and send
> them to the next queue
> but I don't know how to do this and on
> http://camel.apache.org/polling-consumer.html is Error formatting macro:
> snippet: java.lang.IndexOutOfBoundsException: Index: 20, Size: 20
>

Must you use a polling consumer?

Instead you can use an event driven consumer and have a simpler Camel route

from JMS
   process Message
   to JMS



> has anybody know how do this case ?
>
> Arek
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/problem-with-Timer-based-polling-consumer-tp4913140p4913140.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: [email protected]
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to