[jboss-user] [Messaging, JMS & JBossMQ] - Re: Configure DeadLetter Queue

jaikiran do-not-reply at jboss.com
Thu Jul 27 09:29:34 EDT 2006


You can change it in %JBOSS_HOME%/server/default/conf/standardjboss.xml file. The configuration is as follows:

<DLQConfig>
  |                   <DestinationQueue>queue/DLQ</DestinationQueue>
  |                   <MaxTimesRedelivered>10</MaxTimesRedelivered>
  |                   <TimeToLive>0</TimeToLive>
  |                </DLQConfig>

You can change to point to your own queue:

<DLQConfig>
  |                   <DestinationQueue>queue/myQ</DestinationQueue>
  |                   <MaxTimesRedelivered>10</MaxTimesRedelivered>
  |                   <TimeToLive>0</TimeToLive>
  |                </DLQConfig>





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

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



More information about the jboss-user mailing list