Example usage for org.springframework.amqp.rabbit.connection RabbitAccessor subclass-usage

List of usage examples for org.springframework.amqp.rabbit.connection RabbitAccessor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.amqp.rabbit.connection RabbitAccessor subclass-usage.

Usage

From source file org.kurento.rabbitmq.RabbitTemplate.java

/**
 * <p>
 * Helper class that simplifies synchronous RabbitMQ access (sending and
 * receiving messages).
 * </p>
 *

From source file org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.java

/**
 * @author Mark Pollack
 * @author Mark Fisher
 * @author Dave Syer
 * @author James Carr
 * @author Gary Russell