nats-io / nats-jms-bridge

NATS to JMS Bridge for request/reply
12 stars 3 forks source link

replyToQueue not readable from NATS for Forward bridge. #244

Open RichardHightower opened 4 years ago

RichardHightower commented 4 years ago

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.