内容简介:Spring AMQP 2.0.0 正式版发布了。主要更新内容如下: 完整的 Java 8 和 Spring Framework 5.0 支持; 包含实用测试工具的新的 sring-rabbit-junit 工件,包括 BrokerRunning JUnit @Rule; amqp-client 升级至 5....
Spring AMQP 2.0.0 正式版发布了。主要更新内容如下:
完整的 Java 8 和 Spring Framework 5.0 支持;
包含实用测试 工具 的新的 sring-rabbit-junit 工件,包括 BrokerRunning JUnit @Rule;
amqp-client 升级至 5.0;
DirectMessageListenerContainer 可直接在客户端线程上使用消息,而不用在 SimpleMessageListenerContainer 中基于队列的逻辑;
ConnectionNameStrategy 选项,用于为可能的诊断命名目标代理连接;
新的 RabbitOperations.invoke() 用于在专用的线程绑定通道上批量的模板操作;
编码器对 Logback AmqpAppender 提供支持;
从以前版本移除已弃用的 API;
其他错误修复
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Spring AMQP 2.0.0 正式版发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- React 17 正式版发布
- Eclipse 4.9 正式版发布!
- PyCharm 2018.3 正式版发布!
- GoLand 2018.3 正式版发布!
- PhpStorm 2018.3 正式版发布!
- Gradle 5.0 正式版发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Programming in Java
Robert Sedgewick、Kevin Wayne / Addison-Wesley / 2007-7-27 / USD 89.00
By emphasizing the application of computer programming not only in success stories in the software industry but also in familiar scenarios in physical and biological science, engineering, and appli......一起来看看 《Introduction to Programming in Java》 这本书的介绍吧!