On Thursday, April 26, 2012 03:27:50 PM John Baker wrote: > Hello, > > Is there a CXF endpoint that will listen for JMS messages by implementing > javax.jms.MessageListener? If not, how hard would it be to create one?
CXF provides a JMS transport which is based on the Spring JMS templating stuff: Some docs: http://cxf.apache.org/docs/soap-over-jms-10-support.html There are several samples that we ship with CXF that also show wiring CXF endpoints to JMS. Dan > > > John > > > ************************************************************************** > **** The information contained in this email may be confidential. It is > intended only for the use of the named recipient. If you are not the > named recipient please delete this email and notify the sender of the > delivery error. If you have received this email and are not the named > recipient, any disclosure, reproduction, distribution or other > dissemination or use of the information contained in this email is > strictly prohibited. > > The transmission of email cannot be guaranteed to be secure or error free > as information could be intercepted, corrupted, lost, destroyed, arrive > late or incomplete, or contain viruses. The sender therefore does not > accept liability for any errors or omissions in the contents of this > message which arise as a result of email transmission. If verification is > required please request a hard copy version. > > The Camelot group of companies includes: > Camelot UK Lotteries Limited (reg. no 2822203), Camelot Business Solutions > Limited (reg. no 07553982), Camelot Strategic Solutions Limited (reg. no > 07553980), Camelot Global Services Limited (reg. no 02822300) and Camelot > Commercial Services Limited (reg. no 06911097), all of which are > registered in England and Wales and have their registered office at: > Tolpits Lane > Watford > WD18 9RN > Tel : 01923 425000 > ************************************************************************** > **** -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
