Details
Description
It should be possible to make/force invocations oneway only (outonly? inonly?) either by setting the exchangePattern in the camel route or configuring the endpoint explicitly.
The way it works today is that it will always wait synchronously for the response if invoking a request/reply defined operation.
My usecase is to invoke soap webservices over JMS by using the camel cxf transport, but I would like the responses to appear decoupled on a dedicated messagedriven endpoint - not in a request/reply manner
Attachments
Issue Links
- duplicates
-
CAMEL-9821 camel-cxf should be able to handle InOnly MEP for the RAW|MESSAGE dataFormat
- Resolved