how to connect to webmethods over JMS from a web application running on 64bit WebSphere application server v7.0.0.23 ?
I have a standard spring based web application which is deployed on websphere 7 application server. I need to connect to SoftwareAG WebMethods JMS Provider from this application.
I tried to lookup connectionFactory configured in the remote JNDI Server of webmethods using spring jndi.
- it failed to initialize the initialContext with NPE.
I tried to create a Custom JMS Provider in websphere admin console under resources which maps the external JNDI resource of Webmethods to locallly available JNDI resouce. Then I used spring jndi to lookup the connectionFactory from local JNDI of websphere.
- it failed with NoClassDefFoundError : javax.jms.ConnectionFactory
Has anyone integrated websphere and webmethods before successfully ? Please share the experience and how to get it going ?