Changes for version 2.000 - 2016-12-27
- Features:
- RPC server/client implementation, should be compatible with http://www.rabbitmq.com/tutorials/tutorial-six-python.html
- Connection blocked support
- Custom headers and delivery mode
- Correlation and reply_to fields are available in ->publish and also passed to the consumer via the {properties} information
Modules
provides client interface to AMQP using IO::Async
represents a single channel in an MQ connection
handle MQ connections
channel proxy object
connection proxy object
deal with queue-specific functionality
base class for client and server RPC handling
client RPC handling
server RPC handling
Provides
in lib/Net/Async/AMQP/Server/Queue.pm
in lib/Net/Async/AMQP/Server/VHost.pm
in lib/Net/Async/AMQP/Server/Storage.pm