Can you show us the camel route that you have? -- Willem Jiang
Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On May 11, 2015 at 4:46:02 PM, MS ([email protected]) wrote: > CXF uses Http transport. Message is afterwords forwarded to ActiveMQ request > queue. > After response is read from 'response' queue message is relayed back to WS > endpoint. > > > serviceClass="proxy.bridge.amq.AmqBridgePortType" > address="http://localhost:{{port}}/bridge/amq" > wsdlURL="wsdl/amq-bridge.wsdl" > endpointName="s:amqBridge" > serviceName="s:BridgeService" > xmlns:s="http://proxy/bridge/amq"/> > > > > class="org.apache.activemq.ActiveMQConnectionFactory"> > > /> > > > > class="org.apache.camel.component.jms.JmsConfiguration"> > > > > > > class="org.apache.activemq.camel.component.ActiveMQComponent"> > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/QueueReplyManager-reply-received-for-unknown-correlationID-tp5766856p5766956.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >
