Depending on where you look, examples and/or documentation for Topic and Queue names for JMS are often separated by a forward slash, or by a dot.
What is the correct/standard naming convention, or does it even matter?
E.g.: should my topic be named "masterdata.customer" or "masterdata/customer" ?
Why would you pick one convention over the other?
Thanks