Namespace | Description |
---|---|
Spring.Messaging.Amqp.Rabbit.Connection | Provides a interface for a RabbitMQ ConnectionFactory, and a SingleConnectionFactory implementaion. |
Spring.Messaging.Amqp.Rabbit.Core | Core package of the RabbitMQ support. |
Spring.Messaging.Amqp.Rabbit.Core.Support | Classes supporting the Spring.Messaging.Amqp.Rabbit.Core namespace |
Spring.Messaging.Amqp.Rabbit.Listener | This namespace contains the base message listener container facility. |
Spring.Messaging.Amqp.Rabbit.Listener.Adapter | Message listener adapter mechanism that delegates to target listener methods, converting messages to appropriate message content types (such as String or byte array) that get passed into listener methods. |
Spring.Messaging.Amqp.Rabbit.Support | This package provides generic RabbitMQ support classes, to be used by higher-level classes like RabbitTemplate. |