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

@@ -23,6 +23,11 @@
<name>Spring Framework Maven Release Repository</name>
<url>http://maven.springframework.org/release</url>
</repository>
<repository>
<id>repository.springframework.maven.snapshot</id>
<name>Spring Framework Maven Release Repository</name>
<url>http://maven.springframework.org/snapshot</url>
</repository>
</repositories>
<build>

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"