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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
