[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JBM 2.0 destination config.

ataylor do-not-reply at jboss.com
Mon Jan 7 07:16:55 EST 2008


thats fine but i thought we had decided that we want to move away from having configuration in the deployment file. so we would have:

jms-deployer-beans.xml


  | <bean name="JBM_JBMS_JNDI_Objects"    class="org.jboss.messaging.jms.jndi.JNDIObjectDeployer">
  | </bean>
  | 
  | 

and then a separate config file(s)

jndi-jms.xml


  |    <queues>
  |       <entry name="myqueue1"/>
  |       <entry name="myqueue2"/>
  |    </queue>
  | 
  |     <topics>
  |        <entry name="mytopic1"/>
  |     </topic>
  | 
  | 



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117526#4117526

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



More information about the jboss-dev-forums mailing list