[jboss-user] [Messaging, JMS & JBossMQ] - Re: Using a 3rd-party JMS provider in JBoss (Sun Message Que

adamhmitchell do-not-reply at jboss.com
Fri Aug 10 14:48:38 EDT 2007


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#4073172

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073172



More information about the jboss-user mailing list