[hornetq-commits] JBoss hornetq SVN: r11347 - in branches/Branch_2_2_EAP/src/config: jboss-as-4/non-clustered and 4 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 14 04:04:17 EDT 2011


Author: ataylor
Date: 2011-09-14 04:04:17 -0400 (Wed, 14 Sep 2011)
New Revision: 11347

Modified:
   branches/Branch_2_2_EAP/src/config/jboss-as-4/clustered/hornetq-configuration.xml
   branches/Branch_2_2_EAP/src/config/jboss-as-4/non-clustered/hornetq-configuration.xml
   branches/Branch_2_2_EAP/src/config/jboss-as-5/clustered/hornetq-configuration.xml
   branches/Branch_2_2_EAP/src/config/jboss-as-5/non-clustered/hornetq-configuration.xml
   branches/Branch_2_2_EAP/src/config/jboss-as-6/clustered/hornetq-configuration.xml
   branches/Branch_2_2_EAP/src/config/jboss-as-6/non-clustered/hornetq-configuration.xml
Log:
https://issues.jboss.org/browse/JBPAPP-5760

Modified: branches/Branch_2_2_EAP/src/config/jboss-as-4/clustered/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/src/config/jboss-as-4/clustered/hornetq-configuration.xml	2011-09-14 03:43:57 UTC (rev 11346)
+++ branches/Branch_2_2_EAP/src/config/jboss-as-4/clustered/hornetq-configuration.xml	2011-09-14 08:04:17 UTC (rev 11347)
@@ -116,7 +116,7 @@
       <address-setting match="#">
          <dead-letter-address>jms.queue.DLQ</dead-letter-address>
          <expiry-address>jms.queue.ExpiryQueue</expiry-address>
-         <redelivery-delay>0</redelivery-delay>
+         <redelivery-delay>60000</redelivery-delay>
          <max-size-bytes>10485760</max-size-bytes>       
          <message-counter-history-day-limit>10</message-counter-history-day-limit>
          <address-full-policy>BLOCK</address-full-policy>

Modified: branches/Branch_2_2_EAP/src/config/jboss-as-4/non-clustered/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/src/config/jboss-as-4/non-clustered/hornetq-configuration.xml	2011-09-14 03:43:57 UTC (rev 11346)
+++ branches/Branch_2_2_EAP/src/config/jboss-as-4/non-clustered/hornetq-configuration.xml	2011-09-14 08:04:17 UTC (rev 11347)
@@ -89,7 +89,7 @@
       <address-setting match="#">
          <dead-letter-address>jms.queue.DLQ</dead-letter-address>
          <expiry-address>jms.queue.ExpiryQueue</expiry-address>
-         <redelivery-delay>0</redelivery-delay>
+         <redelivery-delay>60000</redelivery-delay>
          <max-size-bytes>10485760</max-size-bytes>       
          <message-counter-history-day-limit>10</message-counter-history-day-limit>
          <address-full-policy>BLOCK</address-full-policy>

Modified: branches/Branch_2_2_EAP/src/config/jboss-as-5/clustered/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/src/config/jboss-as-5/clustered/hornetq-configuration.xml	2011-09-14 03:43:57 UTC (rev 11346)
+++ branches/Branch_2_2_EAP/src/config/jboss-as-5/clustered/hornetq-configuration.xml	2011-09-14 08:04:17 UTC (rev 11347)
@@ -116,7 +116,7 @@
       <address-setting match="#">
          <dead-letter-address>jms.queue.DLQ</dead-letter-address>
          <expiry-address>jms.queue.ExpiryQueue</expiry-address>
-         <redelivery-delay>0</redelivery-delay>
+         <redelivery-delay>60000</redelivery-delay>
          <max-size-bytes>10485760</max-size-bytes>       
          <message-counter-history-day-limit>10</message-counter-history-day-limit>
          <address-full-policy>BLOCK</address-full-policy>

Modified: branches/Branch_2_2_EAP/src/config/jboss-as-5/non-clustered/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/src/config/jboss-as-5/non-clustered/hornetq-configuration.xml	2011-09-14 03:43:57 UTC (rev 11346)
+++ branches/Branch_2_2_EAP/src/config/jboss-as-5/non-clustered/hornetq-configuration.xml	2011-09-14 08:04:17 UTC (rev 11347)
@@ -89,7 +89,7 @@
       <address-setting match="#">
          <dead-letter-address>jms.queue.DLQ</dead-letter-address>
          <expiry-address>jms.queue.ExpiryQueue</expiry-address>
-         <redelivery-delay>0</redelivery-delay>
+         <redelivery-delay>60000</redelivery-delay>
          <max-size-bytes>10485760</max-size-bytes>       
          <message-counter-history-day-limit>10</message-counter-history-day-limit>
          <address-full-policy>BLOCK</address-full-policy>

Modified: branches/Branch_2_2_EAP/src/config/jboss-as-6/clustered/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/src/config/jboss-as-6/clustered/hornetq-configuration.xml	2011-09-14 03:43:57 UTC (rev 11346)
+++ branches/Branch_2_2_EAP/src/config/jboss-as-6/clustered/hornetq-configuration.xml	2011-09-14 08:04:17 UTC (rev 11347)
@@ -116,7 +116,7 @@
       <address-setting match="#">
          <dead-letter-address>jms.queue.DLQ</dead-letter-address>
          <expiry-address>jms.queue.ExpiryQueue</expiry-address>
-         <redelivery-delay>0</redelivery-delay>
+         <redelivery-delay>60000</redelivery-delay>
          <max-size-bytes>10485760</max-size-bytes>       
          <message-counter-history-day-limit>10</message-counter-history-day-limit>
          <address-full-policy>BLOCK</address-full-policy>

Modified: branches/Branch_2_2_EAP/src/config/jboss-as-6/non-clustered/hornetq-configuration.xml
===================================================================
--- branches/Branch_2_2_EAP/src/config/jboss-as-6/non-clustered/hornetq-configuration.xml	2011-09-14 03:43:57 UTC (rev 11346)
+++ branches/Branch_2_2_EAP/src/config/jboss-as-6/non-clustered/hornetq-configuration.xml	2011-09-14 08:04:17 UTC (rev 11347)
@@ -89,7 +89,7 @@
       <address-setting match="#">
          <dead-letter-address>jms.queue.DLQ</dead-letter-address>
          <expiry-address>jms.queue.ExpiryQueue</expiry-address>
-         <redelivery-delay>0</redelivery-delay>
+         <redelivery-delay>60000</redelivery-delay>
          <max-size-bytes>10485760</max-size-bytes>       
          <message-counter-history-day-limit>10</message-counter-history-day-limit>
          <address-full-policy>BLOCK</address-full-policy>



More information about the hornetq-commits mailing list