Java org.springframework.amqp.core AmqpAdmin fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.amqp.core AmqpAdmin fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.amqp.core AmqpAdmin.

The text is from its open source code.

Implementation

org.springframework.amqp.core.AmqpAdmin has the following implementations.
Click this link to see all its implementation.

Method

voiddeclareBinding(Binding binding)
Declare a binding of a queue to an exchange.
voiddeclareExchange(Exchange exchange)
Declare an exchange.
StringdeclareQueue(Queue queue)
Declare the given queue.