I'm getting closer to answering my own question. Section 6.2 of the JBoss AS docs
explain how to reference objects from your RAR files and bind them into JNDI. I was able
to expose my javax.jms.ConnectionFactory with a ds.xml file:
| <connection-factories>
| <no-tx-connection-factory>
| <jndi-name>MyConnectionFactory</jndi-name>
| <rar-name>imqjmsra.rar</rar-name>
| <connection-definition>
| javax.jms.ConnectionFactory
| </connection-definition>
| </no-tx-connection-factory>
| </connection-factories>
|
I'm still looking for instructions on how to expose existing topics and queues through
JNDI.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073172#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...