Default is NO delay. So you have to define it per queue/topic 


  | 
  | <?xml version="1.0" encoding="UTF-8" ?>
  | <server>
  |   <mbean code="org.jboss.mq.server.jmx.Queue"
  |      name="jboss.mq.destination:service=Queue,name=MessengerService">
  | 
  |     <depends 
optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
  |     <depends 
optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
  |     <attribute name="RedeliveryDelay">10000</attribute>
  |     <attribute name="RedeliveryLimit">-1</attribute>
  |     <attribute name="SecurityConf">
  |         <security>
  |             <role name="owner" read="true" write="true" create="true"/>
  |         </security>
  |     </attribute>
  | 
  |   </mbean>
  | </server>
  | 
  | 

Regards
Ulf

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

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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to