org.atmosphere.plugin.rabbitmq
Class RabbitMQConnectionFactory
java.lang.Object
org.atmosphere.plugin.rabbitmq.RabbitMQConnectionFactory
- All Implemented Interfaces:
- org.atmosphere.cpr.AtmosphereConfig.ShutdownHook
public class RabbitMQConnectionFactory
- extends Object
- implements org.atmosphere.cpr.AtmosphereConfig.ShutdownHook
RabbitMQ Connection Factory.
- Author:
- Thibault Normand, Jean-Francois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_HOST
public static final String PARAM_HOST
PARAM_USER
public static final String PARAM_USER
PARAM_PASS
public static final String PARAM_PASS
PARAM_EXCHANGE_TYPE
public static final String PARAM_EXCHANGE_TYPE
PARAM_VHOST
public static final String PARAM_VHOST
PARAM_PORT
public static final String PARAM_PORT
RabbitMQConnectionFactory
public RabbitMQConnectionFactory(org.atmosphere.cpr.AtmosphereConfig config)
getFactory
public static final RabbitMQConnectionFactory getFactory(org.atmosphere.cpr.AtmosphereConfig config)
exchangeName
public String exchangeName()
channel
public com.rabbitmq.client.Channel channel()
shutdown
public void shutdown()
- Specified by:
shutdown in interface org.atmosphere.cpr.AtmosphereConfig.ShutdownHook
Copyright © 2013. All Rights Reserved.