If you're just dealing with AMQP, why do you need spring integration for that? Don't the AMQP providers provide a JMS API that could be used with CXF's JMS transport directly?
Dan On Sunday, May 22, 2011 11:49:44 PM cogitate wrote: > i started looking at Spring Integration so that I can have AMQP support. > however, currently i am fully invested in apache-cxf and working on > providing jms support ( with cxf-2.4.0 ) on a framework code. > > so question : > if i am using Spring Integration do i still need apache-cxf? if the answer > is yes - then what's the integration point - MessageSource and > MessageHandler that delegates to CXF component? > > i know in CXF service i'd need to have a @WebService annotation on an SEI > but SI promises POJOs for endpoint ( or receiver of SI message ) true/false > ? > > any pointers will help. > > regards > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Spring-Integration-with-Apache-CXF-tp44180 > 24p4418024.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
