File: main.md

package info (click to toggle)
qpid-proton 0.37.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,316 kB
  • sloc: ansic: 37,828; cpp: 37,140; python: 15,302; ruby: 6,018; xml: 477; sh: 320; pascal: 52; makefile: 18
file content (33 lines) | stat: -rw-r--r-- 1,211 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Introduction {#mainpage}

The Qpid Proton C API enables writing clients and servers that send
and receive messages using the AMQP protocol. It is part of the
[Qpid Proton](https://qpid.apache.org/proton/index.html) suite of
messaging APIs.

## Modules

The @ref core module is a collection of types and functions
representing AMQP concepts and key elements of the API.  Together they
form a "protocol engine" API to create AMQP @ref connection
"connections" and @ref link "links", handle @ref event "events", and
send and receive @ref message "messages".

The @ref types module contains C types and functions for handling
AMQP- and API-specific data types.

The @ref codec module has functions for AMQP data encoding and
decoding.

The @ref io module contains interfaces for integrating with
platform-native network IO.  See @ref io_page for more information.

## Conventions

Elements of the API marked as **Unsettled API**, including any
elements contained within them, are still evolving and thus are
subject to change.  They are available to use, but newer versions of
Proton may require changes to your application source code.

Elements marked **Deprecated** are slated for removal in a future
release.