In addition to testing my clustered quartz configuration, I have the
following question...

I have a bean returning a java.util.List<CustomPOJO>  (see get_list
below).  I then try to use the <simple>body</simple> to route each
CustomPOJO.  See following...

<route id="route1">
        <from ref="quartz_scheduler" />
        <to ref="get_list" />
        <split>
                <simple>body</simple>
                <to ref="map_object" />
                <to ref="jms_queue" />
        </split>
</route>

It's not reaching the "map_object" bean endpoint.

Should this be working or am I misconfiguring something?

I am using camel 2.4.

Thanks.










Confidentiality Notice: The information contained in this electronic 
transmission is confidential and may be legally privileged. It is intended only 
for the addressee(s) named above. If you are not an intended recipient, be 
aware that any disclosure, copying, distribution or use of the information 
contained in this transmission is prohibited and may be unlawful. If you have 
received this transmission in error, please notify us by telephone (513) 
229-5500 or by email (postmas...@medplus.com). After replying, please erase it 
from your computer system.



Reply via email to