Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.16.0
-
Component/s: camel-core, eip
-
Labels:None
-
Estimated Complexity:Moderate
Description
Just like enrich/pollEnrich now support dynamic uris from an expression, we could do the same fore wireTap. Today it uses a static endpoint.
So in the future you can do
<wireTap>
<simple>jms:queue:copy-${customer}</simple>
</wireTap>