Skip to content

3.4.0

Latest
Compare
Choose a tag to compare
@acogoluegnes acogoluegnes released this 04 Oct 08:26
· 15 commits to main since this release

Changes between 3.3.0 and 3.4.0

This is a maintenance release with a bug fix and a usability improvement. It is compatible with 3.3.0. All users are encouraged to upgrade.

Thanks to @davidmestr for his contribution.

Fully read input stream for stream message

GitHub PR: #508

Add naming strategy

GitHub PR: #513

Dependency

Maven

<dependency>
  <groupId>com.rabbitmq.jms</groupId>
  <artifactId>rabbitmq-jms</artifactId>
  <version>3.4.0</version>
</dependency>

Gradle

compile "com.rabbitmq.jms:rabbitmq-jms:3.4.0"