Is there a way to authorize certain message senders of an Azure Service Bus Queue to be able to only send specific messages? E.g. sender 1 can send message type 123 but sender 2 can can send message type 456. When consume 1 tries to send a message 123 they will get denied or the message will not be processed.
I've been looking into the SAS authorization type but I'm not really sure how this would be consumed on the server that's pulling the messages off the queue.