file-split-ftp Move errorChannel to Poller

This commit is contained in:
Gary Russell
2016-10-13 17:18:17 -04:00
parent 42294bf831
commit 7b84810388
8 changed files with 35 additions and 13 deletions

View File

@@ -25,7 +25,7 @@
<!-- From RabbitMQ To STDOUT -->
<int-amqp:inbound-channel-adapter channel="fromRabbit"
<int-amqp:inbound-channel-adapter channel="fromRabbit" consumers-per-queue="1"
queue-names="si.test.queue" connection-factory="connectionFactory" />
<int:channel id="fromRabbit">

View File

@@ -11,6 +11,10 @@
</appender>
<!-- Loggers -->
<logger name="org.springframework.amqp">
<level value="debug" />
</logger>
<logger name="org.springframework.integration">
<level value="warn" />
</logger>
@@ -29,4 +33,4 @@
<appender-ref ref="console" />
</root>
</log4j:configuration>
</log4j:configuration>