You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2015/07/14 09:17:04 UTC

[jira] [Created] (CAMEL-8965) Wire Tap EIP - Support dynamic uris

Claus Ibsen created CAMEL-8965:
----------------------------------

             Summary: Wire Tap EIP - Support dynamic uris
                 Key: CAMEL-8965
                 URL: https://issues.apache.org/jira/browse/CAMEL-8965
             Project: Camel
          Issue Type: Improvement
          Components: camel-core, eip
            Reporter: Claus Ibsen
             Fix For: Future


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
{code}
<wireTap>
  <simple>jms:queue:copy-${customer}</simple>
</wireTap>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)