I went through the links provided and the JMS transport links below, but I am still hazy on how in Spring do I choose to use my custom Conduit and custom Destination. That is, where do I tell CXF to invoke my custom transport factory to grab my custom Conduit and Destination? I probably need to re-read the fine manual :), but would appreciate all pointers...
http://cxf.apache.org/docs/jms-transport.html http://cxf.apache.org/docs/using-the-jmsconfigfeature.html The XSD for included JMS has a reference to JAXB, but I am using AEGIS, would I need to change to AEGIS? http://cxf.apache.org/schemas/configuration/jms.xsd Thanks, ----- Original Message ---- From: Daniel Kulp <[email protected]> To: [email protected] Cc: Coder One <[email protected]> Sent: Tue, January 5, 2010 9:10:40 AM Subject: Re: CXF & Spring & Custom Transport Setup The easiest is to just look at one of the existing transports: http://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes/rt/transports/jms/src/main/resources/META-INF/cxf/cxf-extension-jms.xml http://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes/rt/transports/local/src/main/resources/META-INF/cxf/cxf-extension-local.xml Etc.... Dan On Mon January 4 2010 6:46:47 pm Coder One wrote: > Hi, > > I am about to test integrate our custom transport (Conduit/Destination) > with CXF 2.2.5 and Spring 2.5.6. I'd appreciate all pointers to > docs/source sample on how to setup a Spring context file to hook inour > custom Conduit and Destination implementation. > > Thanks, > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
