forked from SAP-samples/cloud-extension-graph-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathem.json
More file actions
29 lines (29 loc) · 631 Bytes
/
em.json
File metadata and controls
29 lines (29 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"emname": "Geograph",
"namespace": "sap/geograph/1",
"version": "1.1.0",
"options": {
"management": true,
"messagingrest": true,
"messaging": true
},
"rules": {
"queueRules": {
"publishFilter": [
"${namespace}/*"
],
"subscribeFilter": [
"${namespace}/*",
"sap/S4HANAOD/g999/*"
]
},
"topicRules": {
"publishFilter": [
"${namespace}/*"
],
"subscribeFilter": [
"*"
]
}
}
}