3

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

dleerob
  • 4,951
  • 4
  • 24
  • 36
  • I believe the AMQP specification requires "." as separator, so for compatibility that would be preferred, but otherwise, this is a matter of opinion. – theMayer Feb 16 '18 at 16:27
  • 1
    AMQP 1.0 does not define a separator, nor does JMS etc. Different broker implementations have different addressing semantics – Tim Bish Feb 16 '18 at 20:28

0 Answers0