Changes to 1.1 Since 1.0

General

现在使用 Gradle 构建 Spring-AMQP。

Spring-AMQP is now built with Gradle.

增加了对发布者确认和返回的支持。

Adds support for publisher confirms and returns.

新增了对 HA 队列和代理故障转移的支持。

Adds support for HA queues and broker failover.

增加了对死信交换和死信队列的支持。

Adds support for dead letter exchanges and dead letter queues.

AMQP Log4j Appender

增加了支持在日志消息中添加消息 ID 的选项。

Adds an option to support adding a message ID to logged messages.

添加了一个选项,允许在将 String 转换为 byte[] 时指定要使用的 Charset

Adds an option to allow the specification of a Charset name to be used when converting String to byte[].