> When we use tools like MQ Explorer and we see only "TEST" in the data, which confuses me.
It is because in the code for MQ Explorer, it sets the MQGMO's Options field to include MQGMO_PROPERTIES_IN_HANDLE. You could update your code to do the same thing.
Or you can simply go with Morag's suggestion.
later
Roger
------------------------------
Roger Lacroix
CTO
Capitalware Inc.
London ON Canada
https://capitalware.com------------------------------
Original Message:
Sent: Mon March 25, 2024 03:29 AM
From: Andreas Holmberg
Subject: AMQP - RHF header
Probably a newbie question, but I cant find any good info on this:
How does this RHF header work??
Scenario:
We are using SAP Integration Suite to read MQSTR messages (payload = "TEST") from a MQ series queue.
We send the same message via AMQP adapter to a local queue on MQ Series.
NOw it is received as MQRHF2 type of message.
Our mainframe programs now GET the RHF header in the payload before the "TEST" payoad which makes the old mainframe program fail.
When we use tools like MQ Explorer and we see only "TEST" in the data, which confuses me.
Question:
Can we somehow change setup so that the mainframe will still get only the sent payload ("TEST"), without RHF header, or can we do the GET differently to not get the header?
We cannot use targClient=1 in SAP INtegration Suite.
------------------------------
Andreas Holmberg
------------------------------