Hi,

I have a server application which receives a list of messages (POJO) from
the client and then processes them before enqueueing them to ActiveMQ.

The error is as follows



My spring configuration is:


The SendMessageProcessor implementation:



I use a splitter to split the multiple messages in the request to that they
can be processed in parallel. The splitter implementation is:



Since each message can be delivered to mutiple recipients, I am using a
RecipientList to generate the list of recipients. The class is as follows:



It would be of much help if you can help me understand where the cause of
this error lies.

Thanks and Best Regards,
DG




--
View this message in context: 
http://camel.465427.n5.nabble.com/TypeConversionException-Error-during-type-conversion-tp5733023.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to