Here the details of the MQRFH2 I'm trying to read in the servlet:
As the message originates from msg flow let me refer to the broker definition of the RFH2:
http://publib.boulder.ibm.com/infocenter ...
What happens if you read one of these messages through jms then? Do you get errors or do the API calls just not work?
All API calls work, but ....:
The approach I tried is to cast the Message object ...
Hi WMBDEV1,
thanks for your reply.
Unfortunately I have no chance to change the backend flow, and that flow was not written to deal with JMS messages (just uses a non-JMS name/value entry in RFH2). ...