On 26/02/2019 11:45 am, Icipher wrote:
I tried to remove the section that has telemetry "in" but no success,
messages are not propagated to rabbitmq..

I think you want something like this:

  ["address", {
    "prefix": "telemetry",
    "waypoint": true
  }],

  ["autoLink", {
    "addr": "telemetry",
    "dir": "out",
    "phase": 1,
    "connection": "mybroker"
  }],

   ["autoLink", {
    "addr": "telemetry",
    "dir": "out",
    "phase": 0,
    "connection": "broker"
  }],

  ["autoLink", {
    "addr": "telemetry",
    "dir": "in",
    "phase": 1,
    "connection": "broker"
  }],

Messages will go over the out link to broker (phase 0), then back into the router (phase 1) and then out to mybroker.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to