Based on the code in CxfBcConsumer.java, it appears incoming two-way requests to a cxf-bc consumer always trigger a synchronous sending of the message exchange to the NMR.
OTOH, the new smx-http consumer endpoint appears to send its ME to the NMR asynchronously which should be significantly more scalable. Should I open a JIRA with smx-cxf-bc to address this issue? In addition, should the synchronous boolean property on the CxfBcConsumer be configurable to also support async scenarios? - Ron -- View this message in context: http://www.nabble.com/CXF-BC-Consumer---sendSync-tp19579861p19579861.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
