Spring AMQP

Uses of Interface
org.springframework.amqp.core.AmqpAdmin

Packages that use AmqpAdmin
org.springframework.amqp.config   
org.springframework.amqp.rabbit.config   
org.springframework.amqp.rabbit.core   
 

Uses of AmqpAdmin in org.springframework.amqp.config
 

Methods in org.springframework.amqp.config that return AmqpAdmin
abstract  AmqpAdmin AbstractAmqpConfiguration.amqpAdmin()
           
 

Uses of AmqpAdmin in org.springframework.amqp.rabbit.config
 

Methods in org.springframework.amqp.rabbit.config that return AmqpAdmin
 AmqpAdmin AbstractRabbitConfiguration.amqpAdmin()
           
 

Uses of AmqpAdmin in org.springframework.amqp.rabbit.core
 

Classes in org.springframework.amqp.rabbit.core that implement AmqpAdmin
 class RabbitAdmin
          RabbitMQ implementation of portable AMQP administrative operations for AMQP >= 0.9.1
 


Spring AMQP

Copyright © 2011. All Rights Reserved.