Guys
Thanks for the recommendations. I took a step back and did a split on a
string, rather than an object. Smaller payload in the activemq queues.
Claus
An ArrayList is inbound to the split. I should not have
listed it in the split. Should split() just work, or do I need to list the
object t
> I am not getting anything after the split. Ideas? What debug logging
> should I tweak?
Could you send us output from logger near
split(body(LsaResponse.class)) ? It's hard to tell what's wrong with
your routing, reasoning from the snippet we cannot execute locally and
seeing no log :) .
--
H
And are you sure LsaResponse is a Colection / Iteratable so it can be
used for splitting?
See the splitter docs
http://camel.apache.org/splitter
And use tracer to see what goes on
http://camel.apache.org/tracer
Or write an unit test and debug the code.
On Tue, May 29, 2012 at 5:29 AM, Christop
Hi all I am trying to split an ArrayList and send it to a queue.
I am not getting anything after the split. Ideas? What debug logging
should I tweak?
from("seda:ReloadLSADocs")
.to("clearHeader")
.validate(header("IGIVE_DOIT").isNotNull())
.routeId("reload-lsa-docs")
.to("bean:lsaRedisService?m