nats-io / nats-jms-bridge

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

Use queue in header instead of config file #246

Open RichardHightower opened 4 years ago

RichardHightower commented 4 years ago

In both cases, during reply flow, dynamic queue/subject selection has to be done reading the header property, and then bridge needs to publish the message on that queue/subject rather than hardcoded queue/subject in the configuration file. As of now, we don’t have the capability to publish data reading queue from the payload dynamically. If we need to do code changes for this dynamic mapping as well as copying headers bug, please let us know on the timelines for the same.