Spring.Messaging.Amqp.Rabbit
RabbitGatewaySupport Class
Members  See Also  Send Feedback
Spring.Messaging.Amqp.Rabbit.Core.Support Namespace : RabbitGatewaySupport Class
Convenient super class for application classes that need Rabbit access.

Object Model



Syntax

C# 
public class RabbitGatewaySupport : IInitializingObject  

Remarks

Requires a ConnectionFactory or a RabbitTemplate instance to be set. It will create its own RabbitTemplate if a ConnectionFactory is passed in. A custom RabbitTemplate instance can be created for a given ConnectionFactory through overriding the
createNmsTemplate
method.

Inheritance Hierarchy

System.Object
   Spring.Messaging.Amqp.Rabbit.Core.Support.RabbitGatewaySupport

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010 All Rights Reserved.