Hi,
I have a scenario where Message Driven Bean receives a message from MQ and calls a session bean to process. The problem I am facing is, the jms header values are set to default/null by the time, session bean receives it.
Able to see the jms header values in MDB.
Please advice me what could be the reason for this issue.
My environment:
Websphere 7, MQ 7, Ejb 2.1, Stateless bean (Remote), Java 1.6
Your help is greatly appreciated.
Thanks,
Ram