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.
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:
Put the .jar files in the IS\lib\jars folder. Restart the IS.
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.
Go into JMS Settings and setup a new connection using the JNDI provider you setup.