Saturday, August 7, 2010

Topic wildcards patterns in JMS

Assume that you've got the JMS topic named foo.bar.baz.qux .

  • pattern * matches single level of topic hierarchy (i.e. foo.*.baz.qux or foo.bar.*.*)
  • pattern > matches all levels recursively (i.e. foo.> or >.qux)

No comments:

Post a Comment