@@ -57,7 +57,8 @@ To run the Service Bus emulator locally on Linux or macOS:
57
57
58
58
1. To start the emulator, supply a configuration for the entities that you want to use. Save the following JSON file locally as _config.json_:
59
59
60
- ```JSON
60
+
61
+ ```JSON
61
62
{
62
63
"UserConfig": {
63
64
"Namespaces": [
@@ -106,16 +107,15 @@ To run the Service Bus emulator locally on Linux or macOS:
106
107
"Properties": {
107
108
"FilterType": "Correlation",
108
109
"CorrelationFilter": {
109
- "ContentType": "application/json"
110
- // Other supported properties
111
- // "CorrelationId": "id1",
112
- // "Label": "subject1",
113
- // "MessageId": "msgid1",
114
- // "ReplyTo": "someQueue",
115
- // "ReplyToSessionId": "sessionId",
116
- // "SessionId": "session1",
117
- // "To": "xyz"
118
- }
110
+ "ContentType": "application/text",
111
+ "CorrelationId": "id1",
112
+ "Label": "subject1",
113
+ "MessageId": "msgid1",
114
+ "ReplyTo": "someQueue",
115
+ "ReplyToSessionId": "sessionId",
116
+ "SessionId": "session1",
117
+ "To": "xyz"
118
+ }
119
119
}
120
120
}
121
121
]
@@ -193,8 +193,7 @@ To run the Service Bus emulator locally on Linux or macOS:
193
193
}
194
194
}
195
195
}
196
-
197
- ```
196
+ ```
198
197
199
198
2.To spin up containers for Service Bus emulator, save the following .yaml file as _ docker-compose.yaml_
200
199
0 commit comments