Press "Enter" to skip to content

Posts published in “Methodology”

Dead-Letter Queue handling with Azure Service Bus

0

We have recently added a Dead Letter Queue (DLQ) Support to our AMQP Adapter. This document explains the use and configuration. Scenario with Microsoft Azure Service Bus: A sender channel…

WHINT AWS SQS Adapter (On-Premise)

4

Functionality This JCA Adapter for SAP Process Orchestration connects to Amazon Web Service´s (AWS) Simple Queue Service (SQS) as well as Simple Notification Service (SNS) in a reliable way. It…

Integration Cookbook for SAP Middleware

4

Our Integration Cookbook is a collection of Good & Best Practices for SAP middleware products: SAP Process Integration (PI) SAP Process Orchestration (PO) SAP Business Process Management (BPM) SAP Cloud Integration (CPI)…

Process Modeling Principles for Interface Designers

1

This article is part of our Integration Cookbook. Modularization Limit the process model to 25 – 50 steps to keep them manageable. This can be achieved by hiding complexity in sub-processes. Interface…

Naming Conventions for SAP BPM

0

This article is part of our Integration Cookbook. Name Pattern  Example Software Component  Same as ESR SWC or generic SWC “BPM” when used in NWDI due to the underlying components BPM of whitepaper-id.com Development Component bpm/<opt:SWC>…

Naming Conventions for SAP PI

0

This article is part of our Integration Cookbook. SLD Name Pattern  Example Software Product <Name>, <Version> of <vendor-url> Microsoft Navision 3.5 of whitepaper-id.com SAP ERP 6.0 of whitepaper-id.com Software Component (same for Unit) <Name>, <Version> of <vendor-url> (use…

Content Organization in SAP PI for Interface Designers

0

This article is part of our Integration Cookbook. To design interfaces for SAP PI, you need to consider the following aspects and follow the principles regarding Software Components: Separate Sender Application/System from Receiver Mappings are always created in the Receiver (Target) Software Component…