- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<com.rabbitmq.client.ConnectionFactory>, org.springframework.beans.factory.InitializingBean
public class RabbitConnectionFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean<com.rabbitmq.client.ConnectionFactory>
Factory bean to create a RabbitMQ ConnectionFactory, optionally enabling
SSL.
- Author:
- Gary Russell