Interface and Description |
---|
org.springframework.amqp.core.AmqpManagementOperations
since 2.1 in favor of direct usage of target REST API client.
|
org.springframework.amqp.core.AnonymousQueue.NamingStrategy
- use the
NamingStrategy . |
org.springframework.amqp.rabbit.connection.PublisherCallbackChannelConnectionFactory
in favor of default methods on ConnectionFactory.
|
Class and Description |
---|
org.springframework.amqp.core.AnonymousQueue.Base64UrlNamingStrategy
- use the
Base64UrlNamingStrategy . |
org.springframework.amqp.core.AnonymousQueue.UUIDNamingStrategy
- use the
UUIDNamingStrategy . |
org.springframework.amqp.rabbit.core.RabbitManagementTemplate
since 2.1 in favor of direct
Client usage. |
Constructor and Description |
---|
org.springframework.amqp.core.AnonymousQueue(AnonymousQueue.NamingStrategy)
in favor of
AnonymousQueue.AnonymousQueue(NamingStrategy) . |
org.springframework.amqp.core.AnonymousQueue(AnonymousQueue.NamingStrategy, Map<String, Object>)
in favor of
AnonymousQueue.AnonymousQueue(NamingStrategy, Map) . |