Description
Broker should support full qualified queue names (FQQN) as well as bare queue names. This means when clients access to a queue they have two equivalent ways to do so. One way is by queue names and the other is by FQQN (i.e. address::qname) names. When accessing a queue by its bare name, it is required that the name should be unique across all addresses.
Otherwise a warning is given and client should use FQQN instead.