Skip to content

Commit

Permalink
Fix race condition in GatewayInterfaceTests
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Oct 16, 2023
1 parent ea8d917 commit 6909fbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ public MessageChannel gatewayChannel() {
}

@Bean
@BridgeTo(poller = @Poller(fixedDelay = "1000"))
@BridgeTo(value = "nullChannel", poller = @Poller(fixedDelay = "1000"))
public MessageChannel gatewayQueueChannel() {
return new QueueChannel();
}
Expand Down

0 comments on commit 6909fbe

Please sign in to comment.