| Class | Description |
|---|---|
| RabbitMQUtils |
Contains utility methods for working with RabbitMQ.
|
| RabbitRpcClient |
This class implements a thread safe client that can process several RPC calls
in parallel.
|
| RabbitRpcClient.RabbitRpcClientConsumer |
Internal implementation of a Consumer that receives messages on the reply
queue and calls
RabbitRpcClient.processResponseForRequest(String, byte[]) of its
RabbitRpcClient.RabbitRpcClientConsumer.client. |
| RabbitRpcClient.RabbitRpcRequest |
Simple extension of the
AbstractFuture class that waits for the
response which is set by the RabbitRpcClient.RabbitRpcRequest.setResponse(byte[] response). |
| SimpleFileReceiver | |
| SimpleFileReceiver.MessageProcessing | |
| SimpleFileSender |
A simple class that can be used to send files, i.e., small or large sized
data with a single name, via RabbitMQ using a queue with the given name.
|
Copyright © 2017. All rights reserved.