Interface and Description |
---|
org.springframework.amqp.rabbit.core.RabbitTemplate.ReturnCallback
in favor of
RabbitTemplate.ReturnCallback.returnedMessage(ReturnedMessage) which is
easier to use with lambdas. |
Class and Description |
---|
org.springframework.amqp.remoting.client.AmqpClientInterceptor
will be removed in 3.0.0.
|
org.springframework.amqp.remoting.service.AmqpInvokerServiceExporter
will be removed in 3.0.0.
|
org.springframework.amqp.remoting.client.AmqpProxyFactoryBean
will be removed in 3.0.0.
|
Enum and Description |
---|
org.springframework.amqp.core.QueueBuilder.MasterLocator
in favor of
QueueBuilder.LeaderLocator . |
Field and Description |
---|
org.springframework.amqp.core.Queue.X_QUEUE_MASTER_LOCATOR
in favor of
Queue.X_QUEUE_LEADER_LOCATOR . |