You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2018/03/22 07:09:00 UTC

[jira] [Commented] (CAMEL-12390) CLONE - Exception is thrown when receiving a message where JMSDestination is null

    [ https://issues.apache.org/jira/browse/CAMEL-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16409147#comment-16409147 ] 

Claus Ibsen commented on CAMEL-12390:
-------------------------------------

Use the user mailing list to ask questions or the irc/gitter chat. 

> CLONE - Exception is thrown when receiving a message where JMSDestination is null
> ---------------------------------------------------------------------------------
>
>                 Key: CAMEL-12390
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12390
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jms
>    Affects Versions: 2.20.2
>            Reporter: Bharat Gupta
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 2.16.1, 2.17.0
>
>
> I am picking up message from ActiveMQ topic and routing the message to IBM MQ using APACHE CAMEL.
> I am setting various JMS properties that are getting reflected but when setting JMSDestination value it is coming as null. 
> The change linked below causes camel-jms throws an exception when a message is received where JMSDestination is null (when used with WebSphere MQ). 
>  This works as expected in 2.15.3.
> The message looks like this (anonymized)
>  JMSMessage class: jms_text
>  JMSType: null
>  JMSDeliveryMode: 2
>  JMSExpiration: 0
>  JMSPriority: 5
>  JMSMessageID: ID:c3e2d840e3d4d8d44040404040404040cfbd668a5f4f4261
>  JMSTimestamp: 1445609217800
>  JMSCorrelationID: null
>  *JMSDestination: null*
>  JMSReplyTo: queue://TEST/INPUT.QUEUE?targetClient=1
>  JMSRedelivered: false
>  JMSXAppID: ilities\RFHUtil\rfhutilc.exe
>  JMSXDeliveryCount: 1
>  JMSXUserID: MQXPLO 
>  JMS_IBM_Character_Set: IBM277
>  JMS_IBM_Encoding: 785
>  JMS_IBM_Format: MQSTR 
>  JMS_IBM_MsgType: 8
>  JMS_IBM_PutApplType: 11
>  JMS_IBM_PutDate: 20151023
>  JMS_IBM_PutTime: 14065780
> how i can make share what i value i am setting is getting set here.
> <camel:setHeader headerName="JMSDestination">
>  <camel:constant>XYZ</camel:constant>
>  </camel:setHeader>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)