SlideShare a Scribd company logo
KaTe AMQP Adapter
for SAP Process Integration
Introduction & Overview
KaTe AMQP Adapter - Overview
What can the KaTe AMQP adapter do for you?
KaTe AMQP Adapter - Overview
The KaTe AMQP adapter bridges your SAP systems to AMQP
enabled devices, cloud & applications via SAP PI/PO
AMQP – „Bus“ ~ transport
SAP ERP
SAP PI
SAP CRM 3rd Party
AppCloud
Apps MobileIoT Devices
AMQP Integration Adapter ~ connect
SAP PI ~ route / transform
KaTe AMQP Adapter - Overview
This enables you to :
 Publish & Subscribe AMQP Messages to any AMQP
compliant broker from SAP PI/PO in secure & reliable manor
 Send and receive any payloads straight forward in JSON &
XML formats
 100% connects MOM oriented interactions with SAP PI
message & error handling and standard monitoring & tooling
 Develop and operate AMQP messagin scenarios quickly with
our full fleshed error handling / administration options.
KaTe AMQP Adapter – At glance
So how does it work?
KaTe AMQP Adapter – At glance
So how does it work?
 AMQP messages are translated into PI messages while
entering the adapter
 PI messages are translated into AMQP messages while
leaving the adapter
AMQP message
(binary)
PI message
(XI-SOAP)receive
AMQP message
(binary)
PI message
(XI-SOAP) sent
KaTe AMQP Adapter – At glance
 AMQP Payloads are translated to PI message XML payloads
 AMQP Headers are translated to PI dynamic configurations
 AMQP Properties are translated to PI dynamic configurations
 Any Header or Property can be set statically (in the channel
configuration) or dynamically (via dynamic configuration)
AMQP message PI message
• Header A
• Header B
• ReplyTo
PAYLOAD (e.g. XML) PAYLOAD (e.g. XML)
• amqpReply
• Header A
• Header B
Dynamic
Configurations
XML Payload
(defined in ESR)
AMQP standard
properties
AMQP headers
AMQP payload
(XML, JSON,
etc)
Translation
JSON 2 XML
If necessary
KaTe AMQP Adapter – At glance
AMQP standards support:
 AMQP versions: 0-8-0, 0-9-0, 0-9-1 and 1.0
 Broker Level Server wiring (0-9-1): Binding Queues to AMQP
Exchanges via Routing keys or directly interact with Queues*
 Security: Use SSL and User/Password authentication
*) e.g. Take a look at the „classic“ RabbitMQ tutorial examples,
all these scenarios are supported:
KaTe AMQP Adapter – How it works
... and how about JSON payloads?
KaTe AMQP Adapter – How it works
... and how about JSON payloads?
 The adapter uses content negotiation features (via AMQP
property content-type to „autodetect“ how to treat the
content
 Contents with no content type set or XML as content type get
automatically treated as XML / regular PI payload
 Contents with content type JSON are „autotranslated“ to
XML via conventions (you can always turn this off if needed)
KaTe AMQP Adapter – How it works
... and how do the JSON / XML conventions look like?
KaTe AMQP Adapter – How it works
... and how do the JSON / XML conventions look like?
 The conventions allow a 100% forth and backward
compatible conversion between XML and JSON
 No intensive configuration for JSON needed (modules etc...),
only choose between 2 different flavors for JSON constructs
 XML „centric“
 JSON „centric“ (for special constructs like JSON arrays)
KaTe AMQP Adapter - Basics
.. JSON „XML centric“ example!
JSON XML
{
"tns:company": {
"@xmlns:tns": “urn:my:comp",
"name": "My Company",
"address": {
"city": "München",
"zipCode": "83503",
"houseNumber": "93a",
"country": “DE"
}
}
}
<?xml version="1.0" encoding="UTF-8"?>
<tns:company xmlns:tns=“urn:my:comp">
<name>My Company</name>
<address>
<city>München</city>
<zipCode>83503</zipCode>
<houseNumber>93a</houseNumber>
<country>DE</country>
</address>
</tns:company>
This is forth & backward compatible!
KaTe AMQP Adapter - Basics
.. JSON „JSON centric“ example!
JSON XML
[
"1",
"2„,
3
]
<?xml version="1.0" encoding="UTF-8"?>
<a class="array">
<e type="string">1</e>
<e type="string">2</e>
<e type="number">3</e>
</a>
This is forth & backward compatible!
KaTe AMQP Adapter - Features
...and how about request/reply messaging and errorhandling?
KaTe AMQP Adapter - Features
...and how about request/reply messaging and errorhandling?
We included request/reply as first class citizen without need to:
 Use Any „artifical“ bridges like BPM or complicated
adaptermodules (sync/async or async/sync) bridge
 Simply by setting qoS to „best effort“ in your sender channel
or invoking a receiver channel with best effort
 Advanced errorhandling & timeout support comes along
KaTe AMQP Adapter - Features
Errorhandling ...or life not always runs the „happy path“
KaTe AMQP Adapter - Features
Errorhandling ...or life not always runs the „happy path“
Why is it necessary?
 SAP PI defines a WSDL oriented error pipelines (defined
WSDL faults or system exceptions aka undefined faults)
 MOM oriented systems like AMQP mostly signal errors via
message headers (e.g. Status of an operation + error
payload)
Therefore you need control to bridge this behaviour
KaTe AMQP Adapter - Features
Errorhandling ...or life not always runs the „happy path“
How do we solve this?
 The adapter supports adding additional header fields for
defined faults or system exceptions (e.g. Status)
 The adapter supports evaluating AMQP header fields for
incoming messages to „detect“ treatment as faults or system
exceptions
KaTe AMQP Adapter - Operations
and how about operations & monitoring?
KaTe AMQP Adapter - Operations
and how about operations & monitoring?
 You can use all the PI standard monitoring tools
(msg/channel monitor)
On top we augment these by:
 Allow you to increase auditLog output for tracing AMQP
properties, headers + payloads as „on wire“ into the
auditlog.
 Providing a Web UI to see
 an overview of all connected destinations for your PI interfaces
 Test JSON/XML transformation
KaTe AMQP Adapter - Operations
Example auditlog output (only for debugging purposes)
AMQP Payload
AMQP headers
AMQP properties
Adjust
Watch
KaTe AMQP Adapter
Interested in our offer?
We are pleased to hear your feedback
30 Day trial of the adapter available!
AMQP Integration Adapter
Interested in our offer?
http://en.kate-group.de/sap-beratung-services-
projektmanagment/ampq-integration-adapter/
Contact us at :
 WWW: http:www//kate-group.com/
 T +49 711 90 79 64 65
 F +49 711 90 79 64 66
 E info@kate-group.com

More Related Content

PPT
KaTe RESTful adapter for SAP Process Integration: Introduction
PPTX
How to publish Open api 3.0 with SAP PO and KaTe RESTful adapter
PPT
OpenAPI 2.0 with SAP PO / SAP PI & KaTe's RESTful adapter
PPTX
Features of Mule SAP Connector
PPTX
Deploying mule applications
PPTX
Mule sap connector
PPTX
Get Queue List from Microsoft Azure using Mule ESB
PPTX
mulesoft birmingham meetup_api_designing_with_raml
KaTe RESTful adapter for SAP Process Integration: Introduction
How to publish Open api 3.0 with SAP PO and KaTe RESTful adapter
OpenAPI 2.0 with SAP PO / SAP PI & KaTe's RESTful adapter
Features of Mule SAP Connector
Deploying mule applications
Mule sap connector
Get Queue List from Microsoft Azure using Mule ESB
mulesoft birmingham meetup_api_designing_with_raml

What's hot (20)

PPT
Development using anypointstudio
PPT
Mule ESB
PPTX
Logging best practice in mule using logger component
PPTX
Quantum API 1.1 proposal
PPTX
Cloud hub scalability and availability
PPT
Mule architecture
PPTX
Configuration patterns in mule
PPTX
Mule esb whole_web_services
PPT
Raml api designer
PDF
Samtrafiken - Lessons learned from Trafiklab
PDF
Miracle mulesoft tech_cloud_hub
PPTX
Serving Web Apps
PPT
Mule oracle connectors
PPTX
The anypoint platform for API's
PPT
New features of mule 3.4
PPTX
Mule soa
PDF
Lessons learned migrating 100+ services to Kubernetes
PPT
Mule anypoint b2 b
DOCX
Web service through cxf
Development using anypointstudio
Mule ESB
Logging best practice in mule using logger component
Quantum API 1.1 proposal
Cloud hub scalability and availability
Mule architecture
Configuration patterns in mule
Mule esb whole_web_services
Raml api designer
Samtrafiken - Lessons learned from Trafiklab
Miracle mulesoft tech_cloud_hub
Serving Web Apps
Mule oracle connectors
The anypoint platform for API's
New features of mule 3.4
Mule soa
Lessons learned migrating 100+ services to Kubernetes
Mule anypoint b2 b
Web service through cxf
Ad

Similar to KaTe AMQP Adapter for SAP Process Orchestration / SAP Process Integration (20)

PPTX
Apache Camel framework Presentation and selection of apache camel for various...
PPT
Easy enterprise application integration with RabbitMQ and AMQP
PPTX
Apache Camel interview Questions and Answers
PPT
Implementing WebServices with Camel and CXF in ServiceMix
PDF
How the WSO2 ESB outperforms other major open source esb vendors
PDF
quickguide-einnovator-3-rabbitmq
ODP
Introduction to Structured Streaming
PPT
Mazda Use of Third Generation Xml Tools
PPT
Neutronium
PDF
SP Routing Innovation with Segment Routing, VXLAN and EVPN - Ismail Ali
PDF
Introducing TR-069 - An Axiros Workshop for the TR-069 Protocol - Part 1
PDF
Microservices in Clojure
PPTX
Js remote conf
PPTX
Xml Validation Test Suite With Camv
ODP
Bostonrb Amazon Talk
PDF
quickguide-einnovator-11-spring-integration
PPT
Intro to web services
PDF
Introduction To Apache Camel
PPTX
Introduction to NServiceBus
PDF
Best Practices for Middleware and Integration Architecture Modernization with...
Apache Camel framework Presentation and selection of apache camel for various...
Easy enterprise application integration with RabbitMQ and AMQP
Apache Camel interview Questions and Answers
Implementing WebServices with Camel and CXF in ServiceMix
How the WSO2 ESB outperforms other major open source esb vendors
quickguide-einnovator-3-rabbitmq
Introduction to Structured Streaming
Mazda Use of Third Generation Xml Tools
Neutronium
SP Routing Innovation with Segment Routing, VXLAN and EVPN - Ismail Ali
Introducing TR-069 - An Axiros Workshop for the TR-069 Protocol - Part 1
Microservices in Clojure
Js remote conf
Xml Validation Test Suite With Camv
Bostonrb Amazon Talk
quickguide-einnovator-11-spring-integration
Intro to web services
Introduction To Apache Camel
Introduction to NServiceBus
Best Practices for Middleware and Integration Architecture Modernization with...
Ad

Recently uploaded (20)

PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
Digital Strategies for Manufacturing Companies
PDF
top salesforce developer skills in 2025.pdf
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
medical staffing services at VALiNTRY
PDF
Designing Intelligence for the Shop Floor.pdf
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Navsoft: AI-Powered Business Solutions & Custom Software Development
Understanding Forklifts - TECH EHS Solution
VVF-Customer-Presentation2025-Ver1.9.pptx
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Design an Analysis of Algorithms I-SECS-1021-03
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
wealthsignaloriginal-com-DS-text-... (1).pdf
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Digital Strategies for Manufacturing Companies
top salesforce developer skills in 2025.pdf
Wondershare Filmora 15 Crack With Activation Key [2025
medical staffing services at VALiNTRY
Designing Intelligence for the Shop Floor.pdf
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...

KaTe AMQP Adapter for SAP Process Orchestration / SAP Process Integration

  • 1. KaTe AMQP Adapter for SAP Process Integration Introduction & Overview
  • 2. KaTe AMQP Adapter - Overview What can the KaTe AMQP adapter do for you?
  • 3. KaTe AMQP Adapter - Overview The KaTe AMQP adapter bridges your SAP systems to AMQP enabled devices, cloud & applications via SAP PI/PO AMQP – „Bus“ ~ transport SAP ERP SAP PI SAP CRM 3rd Party AppCloud Apps MobileIoT Devices AMQP Integration Adapter ~ connect SAP PI ~ route / transform
  • 4. KaTe AMQP Adapter - Overview This enables you to :  Publish & Subscribe AMQP Messages to any AMQP compliant broker from SAP PI/PO in secure & reliable manor  Send and receive any payloads straight forward in JSON & XML formats  100% connects MOM oriented interactions with SAP PI message & error handling and standard monitoring & tooling  Develop and operate AMQP messagin scenarios quickly with our full fleshed error handling / administration options.
  • 5. KaTe AMQP Adapter – At glance So how does it work?
  • 6. KaTe AMQP Adapter – At glance So how does it work?  AMQP messages are translated into PI messages while entering the adapter  PI messages are translated into AMQP messages while leaving the adapter AMQP message (binary) PI message (XI-SOAP)receive AMQP message (binary) PI message (XI-SOAP) sent
  • 7. KaTe AMQP Adapter – At glance  AMQP Payloads are translated to PI message XML payloads  AMQP Headers are translated to PI dynamic configurations  AMQP Properties are translated to PI dynamic configurations  Any Header or Property can be set statically (in the channel configuration) or dynamically (via dynamic configuration) AMQP message PI message • Header A • Header B • ReplyTo PAYLOAD (e.g. XML) PAYLOAD (e.g. XML) • amqpReply • Header A • Header B Dynamic Configurations XML Payload (defined in ESR) AMQP standard properties AMQP headers AMQP payload (XML, JSON, etc) Translation JSON 2 XML If necessary
  • 8. KaTe AMQP Adapter – At glance AMQP standards support:  AMQP versions: 0-8-0, 0-9-0, 0-9-1 and 1.0  Broker Level Server wiring (0-9-1): Binding Queues to AMQP Exchanges via Routing keys or directly interact with Queues*  Security: Use SSL and User/Password authentication *) e.g. Take a look at the „classic“ RabbitMQ tutorial examples, all these scenarios are supported:
  • 9. KaTe AMQP Adapter – How it works ... and how about JSON payloads?
  • 10. KaTe AMQP Adapter – How it works ... and how about JSON payloads?  The adapter uses content negotiation features (via AMQP property content-type to „autodetect“ how to treat the content  Contents with no content type set or XML as content type get automatically treated as XML / regular PI payload  Contents with content type JSON are „autotranslated“ to XML via conventions (you can always turn this off if needed)
  • 11. KaTe AMQP Adapter – How it works ... and how do the JSON / XML conventions look like?
  • 12. KaTe AMQP Adapter – How it works ... and how do the JSON / XML conventions look like?  The conventions allow a 100% forth and backward compatible conversion between XML and JSON  No intensive configuration for JSON needed (modules etc...), only choose between 2 different flavors for JSON constructs  XML „centric“  JSON „centric“ (for special constructs like JSON arrays)
  • 13. KaTe AMQP Adapter - Basics .. JSON „XML centric“ example! JSON XML { "tns:company": { "@xmlns:tns": “urn:my:comp", "name": "My Company", "address": { "city": "München", "zipCode": "83503", "houseNumber": "93a", "country": “DE" } } } <?xml version="1.0" encoding="UTF-8"?> <tns:company xmlns:tns=“urn:my:comp"> <name>My Company</name> <address> <city>München</city> <zipCode>83503</zipCode> <houseNumber>93a</houseNumber> <country>DE</country> </address> </tns:company> This is forth & backward compatible!
  • 14. KaTe AMQP Adapter - Basics .. JSON „JSON centric“ example! JSON XML [ "1", "2„, 3 ] <?xml version="1.0" encoding="UTF-8"?> <a class="array"> <e type="string">1</e> <e type="string">2</e> <e type="number">3</e> </a> This is forth & backward compatible!
  • 15. KaTe AMQP Adapter - Features ...and how about request/reply messaging and errorhandling?
  • 16. KaTe AMQP Adapter - Features ...and how about request/reply messaging and errorhandling? We included request/reply as first class citizen without need to:  Use Any „artifical“ bridges like BPM or complicated adaptermodules (sync/async or async/sync) bridge  Simply by setting qoS to „best effort“ in your sender channel or invoking a receiver channel with best effort  Advanced errorhandling & timeout support comes along
  • 17. KaTe AMQP Adapter - Features Errorhandling ...or life not always runs the „happy path“
  • 18. KaTe AMQP Adapter - Features Errorhandling ...or life not always runs the „happy path“ Why is it necessary?  SAP PI defines a WSDL oriented error pipelines (defined WSDL faults or system exceptions aka undefined faults)  MOM oriented systems like AMQP mostly signal errors via message headers (e.g. Status of an operation + error payload) Therefore you need control to bridge this behaviour
  • 19. KaTe AMQP Adapter - Features Errorhandling ...or life not always runs the „happy path“ How do we solve this?  The adapter supports adding additional header fields for defined faults or system exceptions (e.g. Status)  The adapter supports evaluating AMQP header fields for incoming messages to „detect“ treatment as faults or system exceptions
  • 20. KaTe AMQP Adapter - Operations and how about operations & monitoring?
  • 21. KaTe AMQP Adapter - Operations and how about operations & monitoring?  You can use all the PI standard monitoring tools (msg/channel monitor) On top we augment these by:  Allow you to increase auditLog output for tracing AMQP properties, headers + payloads as „on wire“ into the auditlog.  Providing a Web UI to see  an overview of all connected destinations for your PI interfaces  Test JSON/XML transformation
  • 22. KaTe AMQP Adapter - Operations Example auditlog output (only for debugging purposes) AMQP Payload AMQP headers AMQP properties Adjust Watch
  • 23. KaTe AMQP Adapter Interested in our offer? We are pleased to hear your feedback 30 Day trial of the adapter available!
  • 24. AMQP Integration Adapter Interested in our offer? http://en.kate-group.de/sap-beratung-services- projektmanagment/ampq-integration-adapter/ Contact us at :  WWW: http:www//kate-group.com/  T +49 711 90 79 64 65  F +49 711 90 79 64 66  E info@kate-group.com