Technical Explanation
The default plan of SAP Event Mesh uses a centralized, event-oriented architecture. The service separates communication between sending and receiving applications to ensure the delivery of events and messages between them. In the SAP BTP subaccount, add new instance: Event Mesh. Set the plan to default. In the parameters section, provide the JSON code.
Sample code:
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556{
"emname": "<provide any name for em>",
"namespace": "<provide any namespace>",
"version": "1.1.0",
"options": {
"management": true,
"messagingrest": true,
"messaging": true
},
"rules": {
"queueRules": {
"publishFilter": [
"${namespace}/*"
],
"subscribeFilter": [
"${namespace}/*"
]
},
"topicRules": {
"publishFilter": [
"${namespace}/*"
],
"subscribeFilter": [
"${namespace}/*"
]
}
}
}
Note
The most current version of the JSON code is stored in Administration Guide for SAP Ariba Supplier Quotation Management.
The SAP Event Mesh default plan concept supports the following messages and event-enabling concepts:
- Queues
- Queues subscription
- Events
- Asynchronous messaging
- Message client
- Event catalog
- Webhooks