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

2015-07-20 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14633527#comment-14633527
 ] 

Claus Ibsen commented on CAMEL-8965:


Okay with the dynamic to, this can become a bit easier to implement

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



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


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

2015-07-20 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14633658#comment-14633658
 ] 

Claus Ibsen commented on CAMEL-8965:


Add wire tap mbean so we can see more details about this eip

 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
Assignee: Claus Ibsen
 Fix For: 2.16.0


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



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


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

2015-07-17 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14630853#comment-14630853
 ] 

Claus Ibsen commented on CAMEL-8965:


A best approach seems to do a bit like recipient list, so it can setup error 
handling and support dynamic routing out of the box. Then its a matter of pre 
configuring it with a thread pool, and run in InOnly mode.

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



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


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

2015-07-14 Thread Andrea Cosentino (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14625989#comment-14625989
 ] 

Andrea Cosentino commented on CAMEL-8965:
-

+1 for me.

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



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


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

2015-07-14 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-8965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14625962#comment-14625962
 ] 

Claus Ibsen commented on CAMEL-8965:


We can make the Java DSL compatible, and then require a little migration effort 
int he XML DSL.

As we do this for enrich/pollEnrich in Camel 2.16 we may consider doing the 
same for WireTap so we do all of them in the same release.

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



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