Skip to content

Commit 8a45e85

Browse files
committed
INT-2426: Add What's New note
1 parent d4365f4 commit 8a45e85

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

src/reference/docbook/handler-advice.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,4 +582,10 @@ public class MyAdvisedFilter {
582582
the transaction, you would put the transaction advice first.
583583
</para>
584584
</section>
585+
<section id="idempotent-receiver">
586+
<title>Idempotent Receiver EIP Pattern</title>
587+
<para>
588+
TBD
589+
</para>
590+
</section>
585591
</section>

src/reference/docbook/meta-data-store.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<classname>RedisMetadataStore</classname> implement <interfacename>ConcurrentMetadataStore</interfacename>.
4848
These provide for atomic updates and can be used across multiple component or application instances.
4949
</para>
50-
<section id="idempotent-receiver">
51-
<title>Idempotent Receiver</title>
50+
<section id="idempotent-receiver-pattern">
51+
<title>Idempotent Receiver and Metadata Store</title>
5252
<para>
5353
The <emphasis>Metadata Store</emphasis> is useful for implementing the
5454
EIP <ulink url="http://eaipatterns.com/IdempotentReceiver.html">Idempotent Receiver</ulink> pattern, when
@@ -70,6 +70,9 @@
7070
The <code>value</code> of the idempotent entry may be some expiration date, after which that entry should
7171
be removed from <emphasis>Metadata Store</emphasis> by some scheduled reaper.
7272
</para>
73+
<para>
74+
Also see <xref linkend="idempotent-receiver"/>.
75+
</para>
7376
</section>
7477

7578
</section>

src/reference/docbook/whats-new.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
See <xref linkend="routing-slip"/> for more information.
4242
</para>
4343
</section>
44+
<section id="4.1-idempotent-receiver">
45+
<title>Idempotent Receiver Pattern</title>
46+
<para>
47+
The <emphasis>Idempotent Receiver</emphasis> EIP pattern implementation is now provided.
48+
It is presented as <code>&lt;idempotent-receiver&gt;</code> component and
49+
<classname>IdempotentReceiverInterceptor</classname> and
50+
<interfacename>IdempotentReceiver</interfacename> annotation pair.
51+
See <xref linkend="idempotent-receiver"/> and their JavaDocs for more information.
52+
</para>
53+
</section>
4454
<section id="4.1-BoonJsonObjectMapper">
4555
<title>BoonJsonObjectMapper</title>
4656
<para>

0 commit comments

Comments
 (0)