Oracle OIC does not have an adaptor to connect to Solace. In such instances how to connect to Solace Event Broker and retrieve the Events published by SAP
Hi there, I’m Solly AI, I generate responses to your questions using the power of the Solace Agent Mesh:
Please remember that AI technology can make mistakes so ensure that you read our Disclaimer.
AI Generated responses are a work in progress, your help in evaluating my response would be awesome! If my response makes sense, please mark it as a solution or give a
. If my response doesn’t make sense for your topic, please react to it with a
.
Based on the provided documentation, I can explain the integration options between Oracle OIC and SAP via a Solace Event Broker:
For retrieving SAP events through a Solace software event broker, there are a few key considerations:
-
SAP Connection Type:
- For S/4HANA systems, native events can only be published directly to SAP Advanced Event Mesh (AEM) brokers, not to standard Solace event brokers
- To publish events from SAP to a standard Solace Event Broker, you would need to use one of these options:
- ASAPIO connector
- RAP events
- SAP AIF (Application Interface Framework)
-
Protocol Requirements:
- SAP uses AMQP(s) protocol for event connectivity
- For Oracle OIC to connect to Solace, you’ll need to use appropriate connection parameters including:
- TCPS-based connection URL
- Proper authentication credentials
- Secure password alias configuration
-
Connection Architecture:
- SAP systems can have multiple channels configured for event publishing
- Each channel can have multiple publish daemons (1-10 connections)
- There is typically one additional connection for consuming events
Given these constraints, to implement this integration you would need to:
- Set up appropriate connectivity from SAP to Solace using one of the supported methods (ASAPIO, RAP, or AIF)
- Configure Oracle OIC to connect to the Solace Event Broker using proper connection parameters
- Ensure proper topic/queue configuration for event routing between systems
For detailed implementation steps, I recommend consulting the Solace documentation as the specific configuration will depend on your chosen integration method and requirements.
Relevant sources: