Hi Lars,

What application server are you using?
Basically you can bind CXF using JCA (java connector architecture), see details 
in http://cxf.apache.org/docs/using-cxf-jca-rar-in-application-server.html. 
Using JCA it is possible to expose or consume CXF web service with JMS 
transport using MessageBean and integrate it in your EJB.
AFAIK some application servers provides out-the-box solution to send SOAP via 
JMS.

Regards,
Andrei.


-----Original Message-----
From: helander [mailto:[email protected]] 
Sent: Montag, 8. Oktober 2012 09:48
To: [email protected]
Subject: WS JMS consumer in JEE container

I have a JEE application that needs to call SOAP services available via a JMS 
transport.
Any hints on best practices to do this are most welcome:

* JAX-WS vs CXF ?
* Any specific considerations/techniques when creating an EJB that is a JMS WS 
consumer?
* Is there a some simple way to create an EJB that exposes the WS interface, 
i.e. the purpose of the EJB would be to provide an interface to the service 
while hiding all connection details (jms vs http and their corresponding 
connection/addressing properties)?

Thanks

Lars



--
View this message in context: 
http://cxf.547215.n5.nabble.com/WS-JMS-consumer-in-JEE-container-tp5715962.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to