INTSAMPLES-133:Use <int:handler-retry-advice/>

Update the retry-and-more Sample to use <int:retry-advice/> Syntax

Polishing - add info to README.

Also, use "localhost" for amqp connection factories.
This commit is contained in:
liujiong1982
2014-07-21 22:15:19 +08:00
committed by Gary Russell
parent 9eccb86adf
commit 35e5156bdb
10 changed files with 36 additions and 26 deletions

View File

@@ -42,7 +42,7 @@
<!-- Infrastructure -->
<rabbit:connection-factory id="connectionFactory" />
<rabbit:connection-factory id="connectionFactory" host="localhost" />
<rabbit:template id="amqpTemplate" connection-factory="connectionFactory" />

View File

@@ -37,7 +37,7 @@
<!-- Infrastructure -->
<rabbit:connection-factory id="connectionFactory" />
<rabbit:connection-factory id="connectionFactory" host="localhost" />
<rabbit:template id="amqpTemplate" connection-factory="connectionFactory" />