Spring AMQP 1.3.0.M1(里程碑版本)和 1.2.1.RELEASE 是 Spring AMQP 项目在 2013 年底至 2014 年初发布的两个重要版本
Spring AMQP 1.3.0.M1里程碑版本和 1.2.1.RELEASE 是 Spring AMQP 项目在 2013 年底至 2014 年初发布的两个重要版本。其中1.2.1.RELEASE发布于 2013-12-18是 1.2.x 系列的维护更新修复了若干 bug提升了 RabbitMQ 客户端如spring-rabbit的稳定性和兼容性支持 Spring Framework 3.2.x 和 4.0.x并适配 RabbitMQ Java Client 3.2.x。1.3.0.M1发布于 2013-12-20是 1.3.x 系列的首个里程碑版本引入了对 Spring Framework 4.0 的原生支持、增强的RabbitListener注解基础设施雏形、更灵活的消息转换器MessageConverter配置以及对 AMQP 0.9.1 协议特性的进一步封装优化。⚠️ 注意这两个版本均已严重过时当前 Spring AMQP 最新稳定版为 3.x 系列基于 Spring Boot 3 和 Jakarta EE 9不再受官方支持存在已知安全漏洞与兼容性风险严禁用于新项目或生产环境。!-- 示例Maven 声明仅作历史参考不推荐使用 --dependencygroupIdorg.springframework.amqp/groupIdartifactIdspring-rabbit/artifactIdversion1.2.1.RELEASE/version/dependencySpring AMQP 1.3.0.M1 and 1.2.1.RELEASE AvailableWe are pleased to announce the availability of these two releases; the 1.2.1.RELEASE contains a few minor bug fixes, while the 1.3.0.M1 milestone release contains some significant new features, including:The listener container concurrency can be changed without first stopping the container and the listeners will be adjusted accordingly The listener container can dynamically adjust the concurrent consumers, based on workload The Connection Factory can now cache connections rather than all users sharing the same connection The RabbitTemplate now has several convenient receiveAndReply methods A fluent Java API is now provided to build a Message There is now a SimpleRoutingConnectionFactory to determine which connection factory to use at runtimeSee the What’s new and release notes for a full list of new features. Jump to the project page for links to documentation etc.comments powered by Disqus
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/2538013.html
如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!