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:
committed by
Gary Russell
parent
9eccb86adf
commit
35e5156bdb
@@ -42,7 +42,7 @@
|
||||
|
||||
<!-- Infrastructure -->
|
||||
|
||||
<rabbit:connection-factory id="connectionFactory" />
|
||||
<rabbit:connection-factory id="connectionFactory" host="localhost" />
|
||||
|
||||
<rabbit:template id="amqpTemplate" connection-factory="connectionFactory" />
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
<!-- Infrastructure -->
|
||||
|
||||
<rabbit:connection-factory id="connectionFactory" />
|
||||
<rabbit:connection-factory id="connectionFactory" host="localhost" />
|
||||
|
||||
<rabbit:template id="amqpTemplate" connection-factory="connectionFactory" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user