<!DOCTYPE JMSConfig SYSTEM "JMSConfig.dtd">
  | 
  | <JMSConfig>
  |     <Destination 
  |             destType="queue"
  |             providerURL="jnp://localhost:3099"
  |             connFactoryJNDIName="java:AlarmMgrConnectionFactory"
  |             destJNDIName="queue/AlarmMgrRecvQueue"
  |             timeToLive="1000000"
  |             receiveTimeout="1000"
  |             
  |     />
  | </JMSConfig>        

Pardon my ignorance, but i havent seen such a JMSConfig file before in JBoss.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990937
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to