I would like to add some filters on my Azure service bus topic subscriptions, and filters can only be based on system properties/ user properties rather than the actual payload of message. When I looked through the documentation of Azure serviceBusMessage, I found they didn't provide any methods to set user properties.
My question is that is it possible to set the user properties when using serviceBusMessage
in Java?