Broker instances in a network of brokers exchange information about new destinations, producers and consumers via their network bridge. However a destination should only get created on another broker, if there is either a producer or consumer connected to that destination on that broker.
> Also, is it possible to create a queue on the server > that will only be available to one client broker? No, if you create a destination on the server broker, then it will exist on the server broker. It will also get created on the client broker, as soon as a consumer or producer connects to the client broker for that destination. Torsten Mielke [email protected] [email protected]
