クラス RabbitGatewaySupport

java.lang.ObjectSE
org.springframework.amqp.rabbit.core.RabbitGatewaySupport
実装されたすべてのインターフェース:
InitializingBean

public class RabbitGatewaySupport extends ObjectSE implements InitializingBean
RabbitMQ アクセスが必要なアプリケーションクラスの便利なスーパークラス。

ConnectionFactory または RabbitTemplate インスタンスを設定する必要があります。ConnectionFactory が渡されると、独自の RabbitTemplate が作成されます。createRabbitTemplate(org.springframework.amqp.rabbit.connection.ConnectionFactory) メソッドをオーバーライドすることにより、特定の ConnectionFactory のカスタム RabbitTemplate インスタンスを作成できます。

作成者:
Mark Pollack, Gary Russell
関連事項: