Service Bus Explorer - Unable to see messages on Subscription Topic when added rule/filer.
Following is a message being generated on bus;
{
"header": {
"Major": 1,
"Minor": 0,
"Patch": 0,
"MessageType": "EmployeeMessage",
},
"message": "message text"
}
I have created two subscriptions;
All - with rule as
"1=1"
In this subscription I get all the messages.MessageType - here rule is
MessageType="EmployeeMessage"
In this, I am expecting messages withMessageType
asEmployeeMessage
. But I am not getting single message in this subscription.