File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments