For MQ to NATS forward bridge, we were expecting that all MQMD headers will be passed to NATS side as part of bridge message but looks like it is not the case. For example, we are not getting replyToQueue MQMD header. Once we have replyToQueue property at NATS side, NATS will publish payload along with headers (as bridge message) on another subject, another forward bridge will read this payload (in the transform API? Ashutosh please confirm?) and dynamically publish message data on this queue reading from bridge message header.
For MQ to NATS forward bridge, we were expecting that all MQMD headers will be passed to NATS side as part of bridge message but looks like it is not the case. For example, we are not getting replyToQueue MQMD header. Once we have replyToQueue property at NATS side, NATS will publish payload along with headers (as bridge message) on another subject, another forward bridge will read this payload (in the transform API? Ashutosh please confirm?) and dynamically publish message data on this queue reading from bridge message header.