Spring.Messaging.Amqp.Rabbit
CreateRabbitTemplate Method
See Also  Send Feedback
Spring.Messaging.Amqp.Rabbit.Core.Support Namespace > RabbitGatewaySupport Class : CreateRabbitTemplate Method
connectionFactory
The connection factory.
Creates a RabbitTemplate for the given ConnectionFactory.

Syntax

C# 
protected virtual RabbitTemplate CreateRabbitTemplate( 
   IConnectionFactory connectionFactory
)

Parameters

connectionFactory
The connection factory.

Remarks

Only invoked if populating the gateway with a ConnectionFactory reference. Can be overridden in subclasses to provide a different RabbitTemplate instance

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.