| 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. |
| Method and Description |
|---|
| org.springframework.amqp.core.Message.addAllowedListPatterns(String...)
toString() no longer deserializes the body.
|
| org.springframework.amqp.core.QueueBuilder.masterLocator(QueueBuilder.MasterLocator)
in favor of
QueueBuilder.leaderLocator(LeaderLocator). |
| org.springframework.amqp.support.converter.SimpleMessageConverter.setCodebaseUrl(String)
due to deprecation of
CodebaseAwareObjectInputStream. |
| org.springframework.amqp.core.Queue.setMasterLocator(String)
in favor of
Queue.setLeaderLocator(String). |
| Constructor and Description |
|---|
| org.springframework.amqp.core.AmqpMessageReturnedException(String, Message, int, String, String, String) |