Home:ALL Converter>Service Bus Explorer - Unable to see messages on Subscription Topic when added rule/filer

Service Bus Explorer - Unable to see messages on Subscription Topic when added rule/filer

Ask Time:2018-09-21T15:53:24         Author:manojmore

Json Formatter

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;

  1. All - with rule as "1=1" In this subscription I get all the messages.

  2. MessageType - here rule is MessageType="EmployeeMessage" In this, I am expecting messages with MessageType as EmployeeMessage. But I am not getting single message in this subscription.

enter image description here Can some help me on this?

Author:manojmore,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/52439094/service-bus-explorer-unable-to-see-messages-on-subscription-topic-when-added-r
yy