Example usage for org.springframework.amqp.core AmqpAdmin interface-usage

List of usage examples for org.springframework.amqp.core AmqpAdmin interface-usage

Introduction

In this page you can find the example usage for org.springframework.amqp.core AmqpAdmin interface-usage.

Usage

From source file org.cloudbyexample.dc.mock.amqp.core.MockAmqpAdmin.java

/**
 * Mock Amqp Template.
 *
 * @author David Winterfeldt
 */
public class MockAmqpAdmin implements AmqpAdmin {

From source file org.springframework.amqp.rabbit.core.RabbitAdmin.java

/**
 * RabbitMQ implementation of portable AMQP administrative operations for AMQP >= 0.9.1
 *
 * @author Mark Pollack
 * @author Mark Fisher
 * @author Dave Syer