Example usage for com.rabbitmq.client ShutdownListener interface-usage

List of usage examples for com.rabbitmq.client ShutdownListener interface-usage

Introduction

In this page you can find the example usage for com.rabbitmq.client ShutdownListener interface-usage.

Usage

From source file org.objectweb.proactive.extensions.amqp.remoteobject.AMQPShutDownListener.java

/**
 * 
 * @since 5.2.0
 */
public class AMQPShutDownListener implements ShutdownListener {

From source file org.springframework.amqp.rabbit.connection.CachingConnectionFactory.java

/**
 * A {@link ConnectionFactory} implementation that (when the cache mode is {@link CacheMode#CHANNEL} (default)
 * returns the same Connection from all {@link #createConnection()}
 * calls, and ignores calls to {@link com.rabbitmq.client.Connection#close()} and caches
 * {@link com.rabbitmq.client.Channel}.
 *

From source file org.springframework.amqp.rabbit.support.PublisherCallbackChannelImpl.java

/**
 * Channel wrapper to allow a single listener able to handle
 * confirms from multiple channels.
 *
 * @author Gary Russell
 * @since 1.0.1

From source file org.teksme.server.common.messaging.AMQPBrokerManager.java

public final class AMQPBrokerManager implements ShutdownListener {

    private static Logger logger = Logger.getLogger(AMQPBrokerManager.class.getName());

    private Connection conn;

From source file org.trpr.platform.integration.impl.messaging.RabbitConnectionHolder.java

/**
 * The <code>RabbitConnectionHolder</code> class is a convenience class for creating and holding RabbitMQ connection related objects.
 * This utility class is used by {@link RabbitMQMessagePublisherImpl} , {@link RabbitMQMessageConsumerImpl} and the {@link RabbitMQRPCClientImpl}  
 * 
 * @author Regunath B
 * @version 1.0, 28/05/2012