Re: cannot use remote topic in composite-queue
You must locally define the topic at router2 in order to bind it to a composite queue. Althought topics are automatically created when the first access takes place, they are undefined when there was no access when the composite queue is created (e.g. on startup). So just create it at router2 and then you can bind it to a composite queue all the time.