Hello, I did not find any example or documentation for using the <camel:proxy> with a simple send(String textMessage) method and a route sending the textMessage String as body to a JMS queue (for example).
The thing is that <camel:proxy> creates a messages with body of type BeanInvocation. I would expect that Camel provides some builtin transformer/converter to change the body to the String argument, so that the message on the queue is of type TextMessage. Did I miss something? Thanks -- View this message in context: http://www.nabble.com/Routing-a-TextMessage-from-a-%3Ccamel%3Aproxy%3E-to-a-JMS-queue-tp25972730p25972730.html Sent from the Camel - Users mailing list archive at Nabble.com.