We are pleased to announce that the latest maintenance release for Spring AMQP (1.4.5.RELEASE) is now available. This contains just a few bug fixes since 1.4.4. In addition, the first milestone release for the 1.5 release is also available (1.5.0.M1). A release candidate will be available in a month or so, with the GA expected later in the summer. The main features of this release are highlighted below: ##Class-level @RabbitListener It is now possible to define the @RabbitListener annotation at the class level. Together with method-level @RabbitHandler annotations, this allows a single…
We are pleased to announce the availability of Spring Integration 4.1.1, 4.0.6, and Spring AMQP 1.4.1. In general, these are minor releases with a small number of bug fixes, but Spring Integration 4.1.1 adds support for decoding RFC 5424 syslog messages and Spring AMQP 1.4.1 adds support for the new Direct reply-to feature in RabbitMQ 3.4. Spring Integration Java DSL 1.0.1, with a correction with the recipient list router is also available now. For complete details of the release contents, see the corresponding release notes. Spring Integration 4.1.1. Release Notes
Spring Integration 4.0.…
Dear Spring Community, Following on from the recent announcements of release candidates for Spring Integration and Spring AMQP, we are extremely pleased to announce that Spring Integration 4.1.0.RELEASE and Spring AMQP 1.4.0.RELEASE are now available for download. On Nov 12, 2014, DZone research recognized Spring Integration as the leader of the ESB / Integration framework space, leading with 42% marketshare, in a publication of their recent survey results. Many thanks to all contributors, including several who are new to the community. The releases are available now in the Spring repository…
We are pleased to announce that the first milestone of Spring AMQP 1.4 is now available. ##Key Features Annotation-based message listeners (@RabbitListener), enabled with either @EnableRabbit or (see below for an example). RabbitMessagingTemplate allowing interaction with RabbitMQ using spring-messaging Message objects. A new factory bean to ease the configuration of SSL with the RabbitConnectionFactory Log4j Appender now supports configuration of message persistence. Here is a simple example for a POJO service using the new annotations: See the Release Notes and…
This is the first maintenance release of Spring Integration 4.0; it contains a small number of fixes and improvements, and brings the dependencies for other Spring projects up to their latest versions. See the release notes for details of the contents. See the Project Home Page for documentation, downloads etc.
We are pleased to announce the 4.0.0.RELEASE version of Spring Integration is now available. The artifacts are available in the Spring repository (repo.spring.io/release) and Maven Central now. The new features have been covered in some depth in the Milestone 4 and Release Candidate announcements (including Spring Boot examples) but, to summarize: Requires Spring Framework 4.0.3 or above Greatly expanded annotation support for configuring integration flows, laying the groundwork for the Java DSL which is in progress in the extensions repo New endpoints, and more... For changes since the…
We are pleased to announce the availability of the Spring AMQP (for Java) 1.3.1.RELEASE. The release includes some significant new features, including: Listener Container 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 listener container now supports consumer priority (with RabbitMQ 3.2.x or greater) The listener container now supports the configuration of an exclusive consumer The listener container now supports…
We are pleased to announce the availability of the Spring AMQP (for Java) 1.3.0.RC1 release candidate. It is expected to be the final candidate before GA. The release includes some significant new features, including: Listener Container 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 listener container now supports consumer priority (with RabbitMQ 3.2.x or greater) The listener container now supports the…
This release contains a small number of important fixes for the recent 3.0.0 release. 3.0 users are encouraged to upgrade to this release as soon as possible. Please see the 3.0.1 release notes and project page for more information.
We 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…