INTSAMPLES-31 Add ob adapter and Fix POM

Missing ob adapter; pom did not contain snapshot repo.
This commit is contained in:
Gary Russell
2011-08-25 15:13:43 -04:00
parent a24994dc1c
commit b97b866c74
2 changed files with 9 additions and 0 deletions

View File

@@ -19,6 +19,10 @@
<int:channel id="toRabbit" />
<int-amqp:outbound-channel-adapter channel="toRabbit"
amqp-template="amqpTemplate" exchange-name="si.test.exchange"
routing-key="si.test.binding"/>
<!-- From RabbitMQ To STDOUT -->
<int-amqp:inbound-channel-adapter channel="fromRabbit"