Idempotent repository that uses Redis to store message ids.
Updated 2026-03-17 20:49:57 +00:00
Idempotent repository that uses Caffiene cache to store message ids.
Updated 2026-03-17 20:49:56 +00:00
Idempotent repository that uses remote Infinispan to store message ids.
Updated 2026-03-17 20:49:55 +00:00
Idempotent repository that uses embedded Infinispan to store message ids.
Updated 2026-03-17 20:46:40 +00:00
Aggregation repository that uses Etcd3 to store exchanges.
Updated 2026-03-17 20:43:59 +00:00
Aggregation repository that uses SQL database to store exchanges.
Updated 2026-03-17 20:43:06 +00:00
Aggregation repository that uses remote Infinispan to store exchanges.
Updated 2026-03-17 20:40:13 +00:00
Aggregation repository that uses Caffeine Cache to store exchanges.
Updated 2026-03-17 20:40:13 +00:00
Aggregation repository that uses Caffeine Cache to store exchanges.
Updated 2026-03-17 20:40:12 +00:00
Aggregation repository that uses Cassandra table to store exchanges. Advice: use LeveledCompaction for this table and tune read/write consistency levels.
Updated 2026-03-17 20:40:11 +00:00
Aggregation repository that uses LevelDB to store exchanges.
Updated 2026-03-17 20:40:10 +00:00
Aggregation repository that uses embedded Infinispan to store exchanges.
Updated 2026-03-17 20:40:10 +00:00
Aggregation repository that uses JCache to store exchanges.
Updated 2026-03-17 20:40:09 +00:00
Aggregation repository that uses Hazelcast Cache to store exchanges.
Updated 2026-03-17 20:40:09 +00:00
A memory based AggregationRepository which stores Exchange in memory only.
Updated 2026-03-17 20:40:01 +00:00
The XSLT Aggregation Strategy enables you to use XSL stylesheets to aggregate messages.
Updated 2026-03-17 20:34:22 +00:00
Aggregate result of pick expression into a single combined Exchange holding all the aggregated bodies in a String as the message body. This aggregation strategy can used in combination with Splitter to batch messages
Updated 2026-03-17 20:33:34 +00:00
AggregationStrategy to combine together incoming messages into a tar file. Please note that this aggregation strategy requires eager completion check to work properly.
Updated 2026-03-17 20:33:30 +00:00
AggregationStrategy to zip together incoming messages into a zip file. Please note that this aggregation strategy requires eager completion check to work properly.
Updated 2026-03-17 20:33:29 +00:00
An AggregationStrategy which just uses the latest exchange which is useful for status messages where old status messages have no real value. Another example is things like market data prices, where old stock prices are not that relevant, only the current
Updated 2026-03-17 20:30:40 +00:00