"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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...