We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0d03e commit b3822c2Copy full SHA for b3822c2
src/reference/asciidoc/channel.adoc
@@ -771,7 +771,7 @@ The following example shows how to set the `apply-sequence` header to `true`:
771
@Bean
772
public MessageChannel pubsubChannel() {
773
PublishSubscribeChannel channel = new PublishSubscribeChannel();
774
- channel.setApplySequence(false);
+ channel.setApplySequence(true);
775
return channel;
776
}
777
----
0 commit comments