You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/05/04 10:56:38 UTC

[jira] Created: (CAMEL-1584) Add advanced endpoint matching for from/sendTo interceptors

Add advanced endpoint matching for from/sendTo interceptors
-----------------------------------------------------------

                 Key: CAMEL-1584
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1584
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-core
    Affects Versions: 2.0-M1
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.0.0


Currently {{interceptFrom}} and {{interceptSendTo}} only matches by exact endpoint URI.

Add support for
- wildcards, so you can define: {{jms*}} to match any JMS endpoint. Notice that ending with *
- regexp, so you use regexp to match a group of endpoints

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (CAMEL-1584) Add advanced endpoint matching for from/sendTo interceptors

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51499#action_51499 ] 

Claus Ibsen edited comment on CAMEL-1584 at 5/4/09 6:33 AM:
------------------------------------------------------------

TODO: Added intercepted endpoint uri as message header so you have it when you use wildcards etc *DONE*

      was (Author: davsclaus):
    TODO: Added intercepted endpoint uri as message header so you have it when you use wildcards etc
  
> Add advanced endpoint matching for from/sendTo interceptors
> -----------------------------------------------------------
>
>                 Key: CAMEL-1584
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1584
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.0-M1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> Currently {{interceptFrom}} and {{interceptSendTo}} only matches by exact endpoint URI.
> Add support for
> - wildcards, so you can define: {{jms*}} to match any JMS endpoint. Notice that ending with *
> - regexp, so you use regexp to match a group of endpoints

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-1584) Add advanced endpoint matching for from/sendTo interceptors

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51500#action_51500 ] 

Claus Ibsen commented on CAMEL-1584:
------------------------------------

Added this for {{interceptSendToEndpoint}}

trunk: 771296.

> Add advanced endpoint matching for from/sendTo interceptors
> -----------------------------------------------------------
>
>                 Key: CAMEL-1584
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1584
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.0-M1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> Currently {{interceptFrom}} and {{interceptSendTo}} only matches by exact endpoint URI.
> Add support for
> - wildcards, so you can define: {{jms*}} to match any JMS endpoint. Notice that ending with *
> - regexp, so you use regexp to match a group of endpoints

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-1584) Add advanced endpoint matching for from/sendTo interceptors

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51498#action_51498 ] 

Claus Ibsen commented on CAMEL-1584:
------------------------------------

Added this for {{interceptFrom}} 

trunk: 771248.

> Add advanced endpoint matching for from/sendTo interceptors
> -----------------------------------------------------------
>
>                 Key: CAMEL-1584
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1584
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.0-M1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> Currently {{interceptFrom}} and {{interceptSendTo}} only matches by exact endpoint URI.
> Add support for
> - wildcards, so you can define: {{jms*}} to match any JMS endpoint. Notice that ending with *
> - regexp, so you use regexp to match a group of endpoints

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-1584) Add advanced endpoint matching for from/sendTo interceptors

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1584.
--------------------------------

    Resolution: Fixed

Added header with the intercepted endpoint

trunk: 771301.

> Add advanced endpoint matching for from/sendTo interceptors
> -----------------------------------------------------------
>
>                 Key: CAMEL-1584
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1584
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.0-M1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> Currently {{interceptFrom}} and {{interceptSendTo}} only matches by exact endpoint URI.
> Add support for
> - wildcards, so you can define: {{jms*}} to match any JMS endpoint. Notice that ending with *
> - regexp, so you use regexp to match a group of endpoints

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-1584) Add advanced endpoint matching for from/sendTo interceptors

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51499#action_51499 ] 

Claus Ibsen commented on CAMEL-1584:
------------------------------------

TODO: Added intercepted endpoint uri as message header so you have it when you use wildcards etc

> Add advanced endpoint matching for from/sendTo interceptors
> -----------------------------------------------------------
>
>                 Key: CAMEL-1584
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1584
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.0-M1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> Currently {{interceptFrom}} and {{interceptSendTo}} only matches by exact endpoint URI.
> Add support for
> - wildcards, so you can define: {{jms*}} to match any JMS endpoint. Notice that ending with *
> - regexp, so you use regexp to match a group of endpoints

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.