INT-2723/24 RedisStore Inbound/Outbound docs
INT-2723 Polishing Polish docs Remove #store SpEL variable from the Tx Synchronization.
This commit is contained in:
committed by
Gary Russell
parent
b9e7762429
commit
a013b66af0
@@ -204,7 +204,7 @@
|
||||
This element can reference a real transaction manager (for example if some other part of your flow invokes JDBC).
|
||||
If you don't have a 'real' transaction, you can use a
|
||||
<classname>org.springframework.integration.transaction.PseudoTransactionManager</classname> which is an implementation
|
||||
of the Spring's <classname>PlatformTransactionManager</classname> and enables the use of the transaction synchronization
|
||||
of Spring's <classname>PlatformTransactionManager</classname> and enables the use of the transaction synchronization
|
||||
features of the mongo adapter when there is no actual transaction.
|
||||
</para>
|
||||
<important>
|
||||
@@ -244,7 +244,7 @@
|
||||
|
||||
<para>
|
||||
As you can see from the configuration above, you configure a <emphasis>MongoDb Outbound Channel Adapter</emphasis> using
|
||||
the <code>outbound-channel-adapter</code> element while also providing values for various attributes such as:
|
||||
the <code>outbound-channel-adapter</code> element, providing values for various attributes such as:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><code>collection-name</code> or <code>collection-name-expression</code> -
|
||||
|
||||
Reference in New Issue
Block a user