We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GatewayInterfaceTests
1 parent ea8d917 commit 6909fbeCopy full SHA for 6909fbe
spring-integration-core/src/test/java/org/springframework/integration/gateway/GatewayInterfaceTests.java
@@ -678,7 +678,7 @@ public MessageChannel gatewayChannel() {
678
}
679
680
@Bean
681
- @BridgeTo(poller = @Poller(fixedDelay = "1000"))
+ @BridgeTo(value = "nullChannel", poller = @Poller(fixedDelay = "1000"))
682
public MessageChannel gatewayQueueChannel() {
683
return new QueueChannel();
684
0 commit comments