JMS & REST Service : target message has an empty body
Hi all,
I designed a camel route to implement the following use case :
1. get a xml message from a queue (ActiveMq)
2. process it through a REST webservice to transform and consolidate the initial message into a new xml message
3. forward the REST response to another jms queue
the cLog shows that the message body is allright, but when I look in the queue, the body is void.
Could somebody give me any clue ?
main code :