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 2010/12/24 15:47:45 UTC

[jira] Created: (CAMEL-3463) Jms component - Should normalize reply to destination name if provided as a String

Jms component - Should normalize reply to destination name if provided as a String
----------------------------------------------------------------------------------

                 Key: CAMEL-3463
                 URL: https://issues.apache.org/jira/browse/CAMEL-3463
             Project: Camel
          Issue Type: Improvement
          Components: camel-jms
    Affects Versions: 2.5.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.6.0


When end users provide a JMSReplyTo in either a header or endpoint configuration as a String.

It should be normalized so we cater for {{queue}} and {{topic}} prefixes. So if end user does: {{queue:foo}} we will remove the {{queue:}} prefix to avoid creating a destination which would be {{queue://queue:foo}}. 

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


[jira] Resolved: (CAMEL-3463) Jms component - Should normalize reply to destination name if provided as a String

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

Claus Ibsen resolved CAMEL-3463.
--------------------------------

    Resolution: Fixed

Part of CAMEL-34462 commit in rev: 1052759.

> Jms component - Should normalize reply to destination name if provided as a String
> ----------------------------------------------------------------------------------
>
>                 Key: CAMEL-3463
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3463
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jms
>    Affects Versions: 2.5.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.6.0
>
>
> When end users provide a JMSReplyTo in either a header or endpoint configuration as a String.
> It should be normalized so we cater for {{queue}} and {{topic}} prefixes. So if end user does: {{queue:foo}} we will remove the {{queue:}} prefix to avoid creating a destination which would be {{queue://queue:foo}}. 

-- 
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-3463) Jms component - Should normalize reply to destination name if provided as a String

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

Claus Ibsen edited comment on CAMEL-3463 at 12/25/10 3:58 AM:
--------------------------------------------------------------

Part of CAMEL-3462 commit in rev: 1052759.

      was (Author: davsclaus):
    Part of CAMEL-34462 commit in rev: 1052759.
  
> Jms component - Should normalize reply to destination name if provided as a String
> ----------------------------------------------------------------------------------
>
>                 Key: CAMEL-3463
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3463
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-jms
>    Affects Versions: 2.5.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.6.0
>
>
> When end users provide a JMSReplyTo in either a header or endpoint configuration as a String.
> It should be normalized so we cater for {{queue}} and {{topic}} prefixes. So if end user does: {{queue:foo}} we will remove the {{queue:}} prefix to avoid creating a destination which would be {{queue://queue:foo}}. 

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