Sonic ESB:

Posted by Admin on 14-Aug-2007 20:02

Hi All, there is a send to jms service in the service palette which I can use but there is little or no documentation on how to use it. Can anyone share any information on how to use this?

All Replies

Posted by Admin on 22-Oct-2007 12:25

James,

Did you ever find additional information on this service? If so where did you find it?

Thanks...

Posted by Admin on 18-Dec-2007 08:44

AFAIK, SendToJMS is a webservice invocation with specific WSDL.

All necessary comments are in

sonicfs:///System/SonicESB/7.5/templates/SendToJMS/SendXMLToJMS.wsdl

basically, the trick is to set correct binding

Posted by Bill Wood on 18-Oct-2009 16:02

SendToJMS is a "Process Template" not a new service.  That is, it is an example of step that is implemeneted as a Web Service Invocation.  In this case, the Web Service uses

  • an ESB Binding -- so no SOAP envelope
  • a jndi or sonic address

As such you can send an XML message to a Sonic Process, a  Sonic Service (both use the sonic address), or to a jndi address (for a Topic or Queue).

However, for documentation, it is just a Web Service invocation.

This thread is closed