Re: cannot use remote topic in composite-queue
I forgot: There is no thing such as "remote topic" because a topic is location independent. Messages are distributed on base of subscriptions which can be at the local or remote routers. So if you bind a topic to a composite queue it is like you publish the message to the local topic manager which distributes it to all subscriptions (local & remote).