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.
jms.adoc
jmsOutboundFlow
1 parent 1949453 commit 5a1c3beCopy full SHA for 5a1c3be
src/reference/antora/modules/ROOT/pages/jms.adoc
@@ -303,7 +303,8 @@ public IntegrationFlow jmsOutboundFlow() {
303
return IntegrationFlow.from("exampleChannel")
304
.handle(Jms.outboundAdapter(cachingConnectionFactory())
305
.destinationExpression("headers." + SimpMessageHeaderAccessor.DESTINATION_HEADER)
306
- .configureJmsTemplate(t -> t.id("jmsOutboundFlowTemplate")));
+ .configureJmsTemplate(t -> t.id("jmsOutboundFlowTemplate")))
307
+ .get();
308
}
309
----
310
0 commit comments