send JMS Message to Oracle SOA Suite 11g JMS Queue

Hi,

I am trying to send a JMS Text Message from webMethods 7 to one of my Queue configured in Oracle SOA Suite 11g, can anyone let me know the configuration steps that i should do in webMethods to send the message to Oracle JMS Queue.

Any help would be really appreciated.

Regards,
Mazhar

You’ll need to get the client jars for the JMS provider, put into the server classpath then set up a JMS connection in the IS… Can then publish as per any JMS provider.

On the software ag documentation site, probably the pub/sub developers guide is what you want if you need more information.
Note: you do NOT want the WmJMSAdapter, that’s the old way of doing things and should be avoided if you’re going to move to version 8 any time soon.