Skip to content

Commit d685427

Browse files
author
Tim Clark
committed
Initial pass at examples readme, more examples and descriptions need adding, plus general invocation instructions
1 parent 8cfa235 commit d685427

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README-EXAMPLES

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
A number of examples are packaged with the source distribution and with the
2+
tests jar in the binary distribution. These examples vary in complexity from
3+
simple clients and servers through to complex test harnesses that are used for
4+
testing the RabbitMQ server.
5+
6+
The source code for the examples can be found in the test/src/com/rabbitmq/examples directory of the source distribution.
7+
8+
SIMPLE EXAMPLES
9+
10+
SimpleProducer - Sends a message to an exchange.
11+
SimpleConsumer - Reads a message from a queue.
12+
SimpleTopicProducer - Sends a message to a topic exchange.
13+
SimpleTopicConsumer - Reads a message from a topic queue.
14+
SendString - Send a string to an exchange.
15+
FileProducer - Sends a file to an exchange.
16+
FileConsumer - Reads a file from a queue.
17+
HelloClient - Performs a simple RPC call over AMQP.
18+
HelloServer - Acts as an RPC server over AMQP.
19+
HelloJsonClient - Performs a simple JSON-RPC call over AMQP.
20+
HelloJsonServer - Acts as a JSON-RPC server over AMQP.
21+
LogTail - ??
22+
23+
MORE COMPLEX EXAMPLES
24+
25+

0 commit comments

Comments
 (0)