-
SpringWS + ActiveMQ
Hi,
I've successfully configured spring ws on tomcat and I'm able to communicate with several client/tools like Tibco General Interface and simply soapUI.
So I'm able to invoke one of my web services from Tibco GI but, what I would like to do know is from my Java Spring-WS publish a message to an ActiveMQ topic or queue.
Have someone any idea from where to start? I've tried to read ActiveMQ Spring support but as a newbie I'm quite bad to reach my goal :(:(
Best Regards
-
Followup interest too
I am working on designing a solution similar to your request and thus interested. My scenario is as follows.
The existing scenario/interface:
COTS <=> Tibco <=> MQ/JMS
where the COTS had direct API access to pub/sub to Tibco.
Now Tibco is gone and COTS supports WS only/instead.
Obviously, we may leverage some ESB to replace Tibco but we are looking for a very light (yet reliable) solution (i.e. Spring) because the endpoints are basic pass-throughs of the XML message (e.g. take SOAP message and place content into JMS queue). We need to go both ways. Only potential logic would be maybe a message transform (XSLT) and/or content based routing. We don't really need/want to mashall/unmarshall the messages.
The COTS must control the WSDL generation (contract) for both WS host and client.
Thoughts? Any assistance and/or examples would be greatly appreciated. I envision a very simple implementation in Spring but can't quite wrap my mind around it. We would be open to either the embedded http server or maybe a light container like tomcat.
-