Magic hidden Solace topic subscription wildcards

Hi @Aaron ,
Could you please clarify below understanding for below line :
In MQTT, # is the multi-level wildcard, but matches 0-or-more levels, which means that hello/# will match: hello, hello/world and hello/world/from/aaron in MQTT. This is not the case with the Solace > wildcard.

Suppose :smile:
As per above Example from your post: My Subscription: hello/# will derived to below correct subscription in MQTT

  • hello
  • hello/world
  • hello/world/from/aaron in MQTT
    But In case of Solace, If I consider My subscription: hello/>
  • hello (This will not work in Solace as > expect one or more than 1
  • hello/world ( This is correct)
  • hello/world/from/aaron ( This is also correct in Solace)

Could you please clarify above understanding is correct or not? If not , Please clarify it as I am newbie to Solace