Hello,
It's the defalut dataFormat (POJO), so throws an exception.
but when I set the dataFormat = PAYLOAD , it warns "Cannot determine
specific JmsMessage type to use from body class. Will use generic
JmsMessage." and i recived an ActiveMQMessage.
when I set the dataFormat = MESSAGE , I recived an byteMessage , and I
cann't read the soap context from it.
what i want it's send the soap context to the JMS.
my route is set like this :
from("cxf:bean:orderEndpoint").to("jms:dataQueue");
and I have another question: my ws client send a request to the proxy
webservice,I don't know how to set the reply to the client. and the client
always get the SoapFault: The OUT message was not received within: 20000
millis ..
I try to process the exchange : exchange.getOut.setBody("") , but it
doesn't work.
where I can find the sample like this.
Thank you.
--
View this message in context:
http://camel.465427.n5.nabble.com/WS-JMS-WS-says-RuntimeException-tp3342602p3343141.html
Sent from the Camel - Users mailing list archive at Nabble.com.