We have a flow in which we send an asynchronous inout messageExchange to a cxf-bc provider endpoint whose wsdl is configured with a jms binding. This flow results in a
"java.io.IOException: javax.jms.JMSException: JMSClientTransport.receive() timed out. No message available" exception in the cxf-bc provider. If we send the same messageExchange using a sendSync instead of a send, the flow works perfectly. This seems like a bug in the cxf-bc provider's jms support. Do you agree? If so, I will open a JIRA. Thanks, - Ron
