Merge pull request #9 from garyrussell/INTSAMPLES-31

INTSAMPLES-31 Add ob adapter and Fix POM
  Fix missing snapshot/release repos in amqp build.
This commit is contained in:
Mark Fisher
2011-08-25 23:00:09 -04:00
3 changed files with 15 additions and 0 deletions

View File

@@ -23,6 +23,16 @@
<name>Spring Framework Maven Release Repository</name>
<url>http://maven.springframework.org/release</url>
</repository>
<repository>
<id>repository.springframework.maven.milestone</id>
<name>Spring Framework Maven Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
<repository>
<id>repository.springframework.maven.snapshot</id>
<name>Spring Framework Maven Snapshot 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"

View File

@@ -10,6 +10,7 @@
<packaging>pom</packaging>
<modules>
<module>amqp</module>
<module>feed</module>
<module>file</module>
<module>ftp</module>