0 Replies Latest reply on Apr 17, 2013 9:25 AM by agohar

    JMS Message to ESB with body content

    agohar

      Hi, I am trying to send a jms object message to my esb which I can do fine. The problem is that ESB uses following to expect objects at different body locations:

       

        <object-path esb="body.'org.jboss.soa.esb.message.defaultEntry'" />

        <object-path esb="body.taskId" />

       

      To acheive this I am creating a HashMap object using keys as 'org.jboss.soa.esb.message.defaultEntry' and 'taskId' and I create a jms objectMessage out of it and send it to esb but ESB complains that body.taskId is null

       

      Can anyone please let me know how can i send taskId object at body.taskId location? Any help would be greatly appreciated.

       

      Thank you.