How to update brokered message output properties in node.js?
I am writing an azure function in node.js which outputs a service bus message. How can I set the values of the brokered message such as ContentType, ReplyTo and custom properties? It seems like I can only set the message body.
No comments:
Post a Comment