GH-1578 Fixed error handling in DefaultPollableMessageSource

ensured that RequeueCurrentMessageException is treated differently where message does not end up in error channel
Resolves #1578
This commit is contained in:
Oleg Zhurakousky
2019-01-21 15:30:27 +01:00
parent 794c75f536
commit ea594d1ebd
3 changed files with 11 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId>
<version>2.1.1.BUILD-SNAPSHOT</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>