Re: Camel jdbc - select batch processing

2017-06-03 Thread Quinn Stevenson
I believe you’d need to split using a bean to accomplish what you’re after. Another method would be to split into single rows and then use the aggregator to create the batches of 200 rows each. > On Jun 2, 2017, at 2:51 AM, raja wrote: > > Hi all, >How to select batch of records from resul

RabbitMQ component: Redeclare Queue on Network issues or RabbitMQ restart

2017-06-03 Thread raghavan20
I have a setup where RabbitMQ queue is set to 'auto-delete'. There are situations where RabbitMQ consumer app can lose its connection / channel to RMQ server because of - networking issue - RabbitMQ server has been restarted In both situations, there is a high possibility that the queue may be de