Skip to content

Latest commit

 

History

History

replaymessagesfromqueuesviasapeventmesh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Replay messages from Queues via SAP Event Mesh

| Recipes by Topic | Recipes by Author | Request Enhancement | Report a bug| Fix documentation |

SAP Business Accelerator Hub SAP Business Accelerator Hub

This package provides a replay mechanism for SAP Event Mesh messages.

This package contains three integration flows:

  1. Retrieves the messages from SAP Event Mesh using AMQP Adapter and pushes the messages into a JMS Queue.
  2. Picks up the message in the JMS Queues and forwards it to the respective receiver endpoint using ProcessDirect.
  3. ProcessDirect integration flow that processes the message to the relevant receiver.

It also includes a Value Mapping that maps the message from a JMS Queue to the correct ProcessDirect Endpoint.

Download the integration package
View package on the SAP Business Accelerator Hub
View documentation
View high level effort

Integration flows

Step 1 - Retrieving messages from SAP Event Mesh and send to JMS

This is a sample Integration Flow for retrieving messages from SAP Event Mesh and sending them to JMS
input-image input-image

Step 2 - JMS Router for SAP Event Mesh Messages

This is the main Integration Flow which routes the messages from JMS Queue
input-image

Step 3 - Processing Message

This is a sample Integration Flow to process JMS messages retrieved from SAP Event Mesh
input-image input-image

Value Mapping for JMS Router

This is the Value Mapping to determine routes from the JMS Queue
input-image