weblogic - Configuration of WebMethods Client to connect to WebSphere JMS (not WebSphere MQ) -
currently have setup 2 queues on websphere 7. 1 sending , 1 recieving messages.
i have configured activation spec on receiving queue , messages consumed fine message bean.
also have written client can run on separate jvm can send messages fine queue.
i sure queues work.
now want know how can connect them webmetods. know webmethods supports jboss , weblogic no support websphere.
i should able working providing: provider url - "iiop://172.17.13.65:2809" connection factory - "jms/connectionfactroy" queue name- "jms/inqueue" , initial context - "com.ibm.websphere.naming.wsninitialcontextfactory"
(at least client using)
is there has resolved issue? , steps took?
thank in advance help.
we able implementation happen.
to solve web methods had import jar files client jms: com.ibm.ws.ejb.thinclient_7.0.0 + com.ibm.ws.orb_7.0.0 + com.ibm.ws.sib.client.thin.jms_7.0.0
and use bootstrap of type provider_url: "iiop://natasha:2810"
alaso these details mentioned:
a factory - "jms/connectionfactroy" queue name- "jms/inqueue" , initial context - "com.ibm.websphere.naming.wsninitialcontextfactory"
Comments
Post a Comment