[jboss-user] [JCA] - Re: Acessing Websphere MQ from standalone application
vickyk
do-not-reply at jboss.com
Fri Sep 11 07:53:09 EDT 2009
"Alphonsus" wrote :
| I've configured WSMQ jca connection in a JBossAS and it's working allright. Now I'm trying to use it from a standalone application and can't figure how.
| Can anyone please help?
Couple of ways
1) configre <use-java-context> true and then get the related ConnectionFactories from the InitialContext. i.e <use-java-context>true</use-java-context>
2) Have a stateless EJB at the server side which will talk to JCA adapter deployed in Jboss.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254727#4254727
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254727
More information about the jboss-user
mailing list