Thanks genman, I assume you mean the "RedeliveryDelay" attribute, and thus my 
queue definition will be somewhat like this:


  |   <mbean code="org.jboss.mq.server.jmx.Queue" 
name="jboss.mq.destination:service=Queue,name=Activities2">
  |     <depends 
optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
  |     <depends 
optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
  |     <attribute name="RedeliveryDelay">20000</attribute>
  |     <attribute name="RedeliveryLimit">3</attribute>
  |   </mbean>
  | 

Please correct me if I am wrong so others won't use this and err.

Other useful links I found are:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887698#3887698
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigTopic

Thanks again for the quick reply.


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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to