Arjen Poutsma
Nov 17th, 2006, 07:30 PM
Hi,
I've just finished working on JMS support for Spring-WS. It uses Spring-2.0's MessageDriven POJO's mechanism, though it can also work as a MessageDriven EJB. (For now, Spring-WS will continue to work on Spring 1.2, though we will probably add more 2.0-specific features in the future)
The code is placed in the sandbox for now, which means it's only available via svn. I'm not sure whether I will make it part of the spring-ws-core module, or put it in a separate module; I'm open for sugestions on this one.
I've also added JMS support to the airline sample, just by adding one new application context :). This code has not been committed yet, but will be soon.
Cheers,
Arjen
I've just finished working on JMS support for Spring-WS. It uses Spring-2.0's MessageDriven POJO's mechanism, though it can also work as a MessageDriven EJB. (For now, Spring-WS will continue to work on Spring 1.2, though we will probably add more 2.0-specific features in the future)
The code is placed in the sandbox for now, which means it's only available via svn. I'm not sure whether I will make it part of the spring-ws-core module, or put it in a separate module; I'm open for sugestions on this one.
I've also added JMS support to the airline sample, just by adding one new application context :). This code has not been committed yet, but will be soon.
Cheers,
Arjen