You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2007/08/10 13:55:04 UTC

[jira] Created: (CAMEL-96) the getJMS* properties on a JMS message are not correctly copied across when forwarding a message

the getJMS* properties on a JMS message are not correctly copied across when forwarding a message
-------------------------------------------------------------------------------------------------

                 Key: CAMEL-96
                 URL: https://issues.apache.org/activemq/browse/CAMEL-96
             Project: Apache Camel
          Issue Type: Bug
            Reporter: James Strachan
            Assignee: James Strachan
             Fix For: 1.1.0


e.g JMSCorrelationID, JMSReplyTo, JMSType



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


[jira] Resolved: (CAMEL-96) the getJMS* properties on a JMS message are not correctly copied across when forwarding a message

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

James Strachan resolved CAMEL-96.
---------------------------------

    Resolution: Fixed

Fixed - see test cases

* https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-activemq/src/test/java/org/apache/camel/component/activemq/ActiveMQJmsHeaderRouteTest.java
* https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-activemq/src/test/java/org/apache/camel/component/activemq/ActiveMQReplyToHeaderUsingConverterTest.java

> the getJMS* properties on a JMS message are not correctly copied across when forwarding a message
> -------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-96
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-96
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.1.0
>
>
> e.g JMSCorrelationID, JMSReplyTo, JMSType

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


[jira] Commented: (CAMEL-96) the getJMS* properties on a JMS message are not correctly copied across when forwarding a message

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39894 ] 

James Strachan commented on CAMEL-96:
-------------------------------------

also the other JMS properties like JMSMessageID and JMSDestination are not explicitly visible on the Exchange/Message APIs - unless casting to the JmsExchange/JmsMessage and grabbing the underlying JMS Message object

> the getJMS* properties on a JMS message are not correctly copied across when forwarding a message
> -------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-96
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-96
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.1.0
>
>
> e.g JMSCorrelationID, JMSReplyTo, JMSType

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