Spring.Messaging.Amqp
Spring.Messaging.Amqp.Core Namespace
See Also  Inheritance Hierarchy Send Feedback
Core package of the AMQP support

Classes

 ClassDescription
ClassAbstractExchange  
ClassAddress Represents an address for publication of an AMQP message. The AMQP 0-8 and 0-9 specifications have an unstructured string that is used as a "reply to" address. There are however conventions in use and this class makes it easier to follow these conventions.
ClassBinding Simple container collecting information to describe a queue binding. Takes Queue and Exchange class as arguments to facilitate wiring using [Definition] based configuration.
ClassBindingBuilder Builder class to create bindings for a more fluent API style in code based configuration.
ClassBindingBuilder.DirectExchangeRoutingKeyConfigurer  
ClassBindingBuilder.ExchangeConfigurer  
ClassBindingBuilder.RoutingKeyConfigurer  
ClassContentType A simple class to hold content type values.
ClassDirectExchange Simple container collecting information to describe a direct exchange.
ClassFanoutExchange Simple container collecting information to describe a fanout exchange.
ClassMessage  
ClassQueue Simple container collecting information to describe a queue.
ClassTopicExchange Simple container collecting information to describe a topic exchange.

Interfaces

 InterfaceDescription
InterfaceIAmqpAdmin Specifies a basic set of portable AMQP administrative operations for AMQP > 0.8
InterfaceIAmqpTemplate Specifies a basic set of AMQP operations
InterfaceIExchange Common properties that describe all exchange types.
InterfaceIMessageCreator  
InterfaceIMessageListener  
InterfaceIMessageProperties  
InterfaceIMessagePropertiesFactory Factory interface for creating instances of IMesssageProperties.

Delegates

 DelegateDescription
DelegateMessagePostProcessorDelegate  

Enumerations

 EnumerationDescription
EnumerationExchangeType Enumeration of exchange types.
EnumerationMessageDeliveryMode Enumeration for the Message Delivery Mode. The None value is set in case the properties of the message do not contain any delivery mode value.

See Also

© 2010 All Rights Reserved.