Skip to content

Commit cedb792

Browse files
committed
Fix jms.adoc for the Java DSL of jmsOutboundFlow
Signed-off-by: Ma,Jiandong <[email protected]>
1 parent 1949453 commit cedb792

File tree

1 file changed

+2
-1
lines changed
  • src/reference/antora/modules/ROOT/pages

1 file changed

+2
-1
lines changed

src/reference/antora/modules/ROOT/pages/jms.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ public IntegrationFlow jmsOutboundFlow() {
303303
return IntegrationFlow.from("exampleChannel")
304304
.handle(Jms.outboundAdapter(cachingConnectionFactory())
305305
.destinationExpression("headers." + SimpMessageHeaderAccessor.DESTINATION_HEADER)
306-
.configureJmsTemplate(t -> t.id("jmsOutboundFlowTemplate")));
306+
.configureJmsTemplate(t -> t.id("jmsOutboundFlowTemplate")))
307+
.get();
307308
}
308309
----
309310

0 commit comments

Comments
 (0)