IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

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

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

    Posted Tue September 27, 2011 03:52 PM

    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


    #JMS-Adapter-Archive-wmUsers
    #webMethods
    #webMethods-Archive


  • 2.  RE: Send JMS Message from wM to Oracle SOA Suite 11g JMS Queue

    Posted Tue September 27, 2011 07:41 PM

    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.


    #webMethods-Archive
    #JMS-Adapter-Archive-wmUsers
    #webMethods