« Return to Thread: cannot use remote topic in composite-queue

Re: cannot use remote topic in composite-queue

by Eric Yung :: Rate this Message:

Reply to Author | View in Thread

In this case if I would like to bind the topic 't_1' defined in router1 to the composite queue defined in router2, could I use static-remote-router-subscription to include the topic 't_1' in router2?

e.g.

<static-remote-router-subscriptions>
  <static-remote-router-subscription name="router1">
    <static-topic-subscriptions>
      <static-topic-subscription name="t_1"/>
    </static-topic-subscriptions>
  </static-remote-router-subscription>
</static-remote-router-subscriptions>

 « Return to Thread: cannot use remote topic in composite-queue