Spring AMQP

Package org.springframework.amqp.core

Interface Summary
AmqpAdmin Specifies a basic set of portable AMQP administrative operations for AMQP > 0.8
AmqpTemplate Specifies a basic set of AMQP operations.
Exchange  
MessageListener Listener interface to receive asynchronous delivery of Amqp Messages.
MessagePostProcessor To be used with the send method of Amqp template classes (such as RabbitTemplate) that convert an object to a message.
 

Class Summary
AbstractExchange Common properties that describe all exchange types.
Address Represents an address for publication of an AMQP message.
AnonymousQueue  
Binding Simple container collecting information to describe a binding.
BindingBuilder Basic builder class to create bindings for a more fluent API style in code based configuration.
BindingBuilder.DestinationConfigurer  
BindingBuilder.DirectExchangeRoutingKeyConfigurer  
BindingBuilder.GenericArgumentsConfigurer  
BindingBuilder.GenericExchangeRoutingKeyConfigurer  
BindingBuilder.HeadersExchangeMapConfigurer  
BindingBuilder.TopicExchangeRoutingKeyConfigurer  
CustomExchange Simple container collecting information to describe a custom exchange.
DirectExchange Simple container collecting information to describe a direct exchange.
ExchangeTypes Constants for the standard Exchange type names.
FanoutExchange Simple container collecting information to describe a fanout exchange.
HeadersExchange  
Message The 0-8 and 0-9-1 AMQP specifications do not define an Message class or interface.
MessageProperties Message Properties for an AMQP message.
Queue Simple container collecting information to describe a queue.
TopicExchange Simple container collecting information to describe a topic exchange.
UniquelyNamedQueue Create a queue with a unique name.
 

Enum Summary
AcknowledgeMode  
Binding.DestinationType  
MessageDeliveryMode Enumeration for the message delivery mode.
 


Spring AMQP

Copyright © 2011. All Rights Reserved.