You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Oisin Hurley (JIRA)" <ji...@apache.org> on 2008/10/07 00:54:52 UTC

[jira] Created: (CAMEL-962) Implement the Return-Address Pattern

Implement the Return-Address Pattern
------------------------------------

                 Key: CAMEL-962
                 URL: https://issues.apache.org/activemq/browse/CAMEL-962
             Project: Apache Camel
          Issue Type: New Feature
          Components: eip
    Affects Versions: 1.4.0
            Reporter: Oisin Hurley


This pattern is explained at http://www.enterpriseintegrationpatterns.com/ReturnAddress.html

Simply, it means that when there is a request-reply MEP in the route, that the message contains the return address in a header.

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


[jira] Resolved: (CAMEL-962) Implement the Return-Address Pattern

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

Claus Ibsen resolved CAMEL-962.
-------------------------------

    Resolution: Won't Fix

> Implement the Return-Address Pattern
> ------------------------------------
>
>                 Key: CAMEL-962
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-962
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: eip
>    Affects Versions: 1.4.0
>            Reporter: Oisin Hurley
>
> This pattern is explained at http://www.enterpriseintegrationpatterns.com/ReturnAddress.html
> Simply, it means that when there is a request-reply MEP in the route, that the message contains the return address in a header.

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


[jira] Commented: (CAMEL-962) Implement the Return-Address Pattern

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

Claus Ibsen commented on CAMEL-962:
-----------------------------------

I have added Return Address to the Camel EIP catalog and specified it as a kind of JMS thing.

> Implement the Return-Address Pattern
> ------------------------------------
>
>                 Key: CAMEL-962
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-962
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: eip
>    Affects Versions: 1.4.0
>            Reporter: Oisin Hurley
>
> This pattern is explained at http://www.enterpriseintegrationpatterns.com/ReturnAddress.html
> Simply, it means that when there is a request-reply MEP in the route, that the message contains the return address in a header.

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


[jira] Commented: (CAMEL-962) Implement the Return-Address Pattern

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

Claus Ibsen commented on CAMEL-962:
-----------------------------------

The JMS has this feature using {{JMSReplyTo}}.

I dont think we need to extend that to a generic Camel solution as its to protocol specific whether that is possible.
For example with HTTP you can return the reply using the supplied HttpServletResponse object.



> Implement the Return-Address Pattern
> ------------------------------------
>
>                 Key: CAMEL-962
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-962
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: eip
>    Affects Versions: 1.4.0
>            Reporter: Oisin Hurley
>
> This pattern is explained at http://www.enterpriseintegrationpatterns.com/ReturnAddress.html
> Simply, it means that when there is a request-reply MEP in the route, that the message contains the return address in a header.

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