Topics as well as simple queues should be supported

Topics as well as simple queues should be supported

In principle, all comminications could be conducted on a single topic - ie broadcast all messages. But it would lead to unacceptable performance not only on the messaging system, but also introduce unnecessary overhead on parties not involved in the actual communication. Therefore, queues should be used for point-to-point messages, while one or more topics may be used initially for identifying relevant communication partners.