Hi, we have two closely similar JMS examples in the CXF distribution: jms_queue and jms_pubsub, representing the two destination styles available. However the latter example provides only the one-way message exchange pattern (operation "greetMeOneWay"[1]), while the queue example provides both the one-way and request-response MEPs. Why is that? Is it because that pubsub will not work with request-response MEPs, or it's just that the the pubsub example wasn't filled out enough (it can easily support it, it's just that this sample doesn't show it.)

Thanks,
Glen

[1] http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/wsdl/jms_greeter.wsdl?revision=1181611&view=markup [2] http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_queue/wsdl/jms_greeter.wsdl?revision=1181611&view=markup

--
Glen Mazza
Talend Community Coders - coders.talend.com
blog: www.jroller.com/gmazza

Reply via email to