Uniform Distributed Topic

A distributed topic is a set of JMS topic instances, each hosted on a different JMS server, that are accessible as a single, logical topic to a client. A uniform distributed topic automatically creates a topic instance on each JMS server that is referenced by its target. A message that is published to any member of a distributed topic is automatically replicated to all subscribers on all members of the distributed topic.

General Advice: