B - AMQP Programming Guide 1.5
B - AMQP Programming Guide 1.5
1.
Introduction
1.1.
Overview
1.2.
Intended audience
1.3.
Eurex Clearing Messaging Interface Connectivity documentation
1.4.
Eurex Clearing FIXML Interface documentation
1.5.
Eurex Clearing FpML Interface and Margin Calculator Interface documentation
1.6.
Conventions used in this document
1.7.
Examples used in this document
1.8.
Organization of this document
1.9.
Code examples
2.
Obtaining the AMQP client API
2.1.
Apache Qpid / Red Hat MRG Messaging
2.2.
SwiftMQ AMQP 1.0 Java client
2.3.
AMQP.NET Lite client
2.4.
Upgrading client libraries
3.
Java
3.1.
SSL / TLS Certificates
3.2.
JMS
3.3.
Apache Qpid JMS client for AMQP 0-10
3.4.
Apache Qpid JMS client for AMQP 1.0
3.5.
Apache Qpid AMQP 1.0 JMS client
3.6.
SwiftMQ AMQP 1.0 client
4.
C++
4.1.
Environment setup under Linux
4.2.
Environment setup under Windows
4.3.
Specifying the destination (addresses)
4.4.
Preparing connection and session
4.5.
Creating a receiver/sender
4.6.
Thread safety
4.7.
Receiving/sending messages
4.8.
Closing the connection
4.9.
Compilation and linking on the Linux operating system
4.10.
Compilation and linkage under the Windows operating system
4.11.
Logging
4.12.
Error handling
4.13.
Performance
5.
.NET
5.1.
Apache Qpid Messaging API
5.2.
AMQP.NET Lite
6.
Python
7.
Glossary of terms and abbreviations
Powered by
GitBook
B - AMQP Programming Guide 1.5
Introduction