Spring.Messaging.Amqp.Rabbit
RabbitGatewaySupport Class Members
See Also  Properties  Methods  Send Feedback
Spring.Messaging.Amqp.Rabbit.Core.Support Namespace : RabbitGatewaySupport Class


The following tables list the members exposed by RabbitGatewaySupport.

Public Constructors

Public Properties

 NameDescription
Public PropertyConnectionFactory Gets or sets he NMS connection factory to be used by the gateway. Will automatically create a NmsTemplate for the given ConnectionFactory.  
Public PropertyRabbitTemplate Gets or sets the Rabbit template for the gateway.  
Top

Public Methods

 NameDescription
Public MethodAfterPropertiesSet Ensures that the Rabbit Template is specified and calls InitGateway.  
Top

Protected Methods

 NameDescription
Protected MethodCreateRabbitTemplate Creates a RabbitTemplate for the given ConnectionFactory.  
Protected MethodInitGateway Subclasses can override this for custom initialization behavior. Gets called after population of this instance's properties.  
Top

See Also

© 2010 All Rights Reserved.