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