Great. That works. Thanks.
BTW, the example in the Camel in Action book (p 322) seems wrong then as it describes it the way I originally had it.

Tim


On 12/09/2012 03:34, Willem jiang wrote:
You need set the seda endpoint parameter on the first one endpoint, because 
Camel will pickup the created queue in the next endpoint.

Please change the first route like this
…
.log('direct ${body}')
.to('seda:insert?blockWhenFull=true&size=5')

Reply via email to