File: README.dox

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 (21 lines) | stat: -rw-r--r-- 752 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
/**
 * @example send.c
 *
 * Send a fixed number of messages to the "examples" node.
 * Can be used with @ref broker.c, @ref direct.c or an external AMQP broker.
 *
 * @example receive.c
 *
 * Subscribes to the 'example' node and prints the message bodies received.
 * Can be used with @ref broker.c, @ref direct.c or an external AMQP broker.
 *
 * @example direct.c
 *
 * A server that can be used to demonstrate direct (no broker) peer-to-peer communication
 * It can accept an incoming connection from either the @ref send.c or @ref receive.c examples
 * and will act as the directly-connected counterpart (receive or send)
 *
 * @example broker.c
 *
 * A simple multithreaded broker that works with the @ref send.c and @ref receive.c examples.
 */