Restlet Response - Decoding issue

2016-01-17 Thread contactreji
Hello I have a camel route like this from("restlet:http://0.0.0.0:7839/dwb/item?restletMethods=get;) .log('MESSAGE RECEIVED AT ITEM SERVICE ${body}. query parameters are as follows ${in.header.CamelHttpQuery}') .process(new QueryParameterParser())

Re: Exchange has SOAPMessage want to Send to JMS Topic

2016-01-17 Thread Willem Jiang
If you can treat the SOAPMessage as a stream, you can just redirect this stream to the JMS topic without doing anything more. -- Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On January 15, 2016 at