Send JMS Message from wM to Oracle SOA Suite 11g JMS Queue

Hi,

I am trying to send a JMS Text Message from webMethods 7 to Oracle SOA Suite 11g, can any one 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

We have wM 7 hooked up with an Oracle 10G JMS server. You need to get the client .jars from the provider install (we needed oc4jclient.jar, optic.jar, j2ee.jar, and jakarta-oro-2.0.5.jar) for our version of Oracle. I got everything setup and configured in Hermes JMS, free tool for JMS browsing and sending test messages, if you are not aware and then configured wM.

Setup in WM:

  1. Put the .jar files in the IS\lib\jars folder. Restart the IS.
  2. Setup JNDI Provider with the Initial COntext Factory of com.evermind.server.rmi.RMIInitialContextFactory. There are a few other providers but this is the only one we could get working with our version, Oracle support was not of much help.
  3. Go into JMS Settings and setup a new connection using the JNDI provider you setup.

Should be good to go.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.