Journey Manager (JM) The transaction engine for the platform. | System Manager / DevOps | 24.04 This feature was introduced in 24.04
Manager comes with the Event Inbox Processor service that consumes events that are added to its queue after being read by Event Listener Configuration services. The Event Inbox Processor executes REST API calls using properties defined in each topic and an endpoint configured in a service connection of the Event Listener Configuration services. The service runs in a background thread.
Each event contains the following parameters:
className
:method
:body
: a payload of the REST API call. For more information, see REST API.
An example of an event is shown below:
{
"className": "txnupdater",
"method": "update",
"body": "{ \"setId\": \"2\", \"setDeliveryStatus\": \"Ready\" , \"setProperty\": [\"named\", \"My Name\"]}"
}
To configure the Event Inbox Processor service:
https://my-domain/manager/secure/rest/fluentapi
.The event's status is set to In Progress when Manager starts sending it to Kafka
View transaction details to check REST API calls made by the Event Listener Configuration service.
Next, learn how to view all core global services.