Oh, forget it... fixed another problem that solved this one ;-) *Bruno Borges* (11) 99564-9058 *www.brunoborges.com*
On Tue, Oct 2, 2012 at 5:44 PM, Bruno Borges <bruno.bor...@gmail.com> wrote: > Does anyone know how to use the splitter to break a collection? > > I'm trying this and can't make it work: > > "websocket:0.0.0.0:8080/images" ==> { > setBody(lruImages) > split(lruImages) { > marshal(jsonFormat) > to("websocket:0.0.0.0:8080/images") > } > } > > lruImages is a ArrayBlockingQueue > > *Bruno Borges* > (11) 99564-9058 > *www.brunoborges.com* > >