皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Spring AMQP 2.0.0 Milestone 3 发布

Spring AMQP 2.0.0.M3 发布了,包括一系列 bug 修复和一些新特性。

主要更改如下:

  • Initial support for broker-less integration testing – the TestRabbitTemplatediscovers listener containers in the application context and invokes those containers’ listeners for send() and sendAndReceive() operations. We intend to flush out this capability with more features before GA, including routing, and simulation of the various exchange types supported by RabbitMQ. Feedback is welcome.
  • Rollback with an external transaction manager is now consistent with local transactions.
  • The 4.1.x amqp-client library is now the default.
  • The RabbitTemplate now has an invoke() method which allows multiple operations to be performed sequentially on the same channel. This also enables features such as waitForConfirmsOrDie() provided by the underlying library, when sending multiple messages to the same channel.
  • null message properties are no longer included in toString() which makes debug logs easier to read.
  • @QueueBinding annotations now support multiple routing keys, and support custom exchange types.

关于 2.0 版本的更新信息, 还可以浏览 2.0.0.M1 、 2.0.0.M2, 以及 2.0.0.M3

转自 http://www.oschina.net/news/83535/spring-amqp-2-0-0-m-3