Apache NMS Changelog

What's new in Apache NMS 1.7.0

Apr 29, 2015
  • Added IDisposable as a base of IDestination.
  • Added some improvements to the Unit tests framework.
  • Added some new provider names (AMQP and MQTT) to allow for future clients.

New in Apache NMS 1.6.0 (Apr 29, 2015)

  • Adds support for non-blocking redelivery.
  • Supports priority backups for Failover transport.
  • Supports an Optimized Ack mode for MessageConsumers.
  • Adds Message Audits to prevent duplicate deliveries on Failover.
  • Implements the ISession Recover method.
  • Adds support for purging locally created temp destinations.
  • Properly handles cluster client re-balancing in Failover Transport.
  • Plus a lot more fixes and stability improvements.

New in Apache NMS 1.5.0 (Apr 29, 2015)

  • New startupMaxReconnectAttempts option in the failover transport.
  • Fixed a memory leak in the Inactivity Monitoring code.
  • Fixed a bug that could cause the Failover to not work.
  • Fixed a bug that caused SSL Certs to not be loaded in some cases.
  • Several other bugfixes for issues found since v1.4.0 was released.
  • Added support for participation in .NET Distributed Transactions (MSDTC).
  • Added .NET 4.0 build.
  • Many more fixes and internal improvements.

New in Apache NMS 1.4.0 (Apr 29, 2015)

  • Improved URI handling in all NMS clients.
  • Improved handling of Request Timeout settings.
  • Added a new SetBytes method to IMapMessage.
  • Added a new MessageTransformer API.
  • Many new Unit Tests added to the Test Suite.
  • Many bug fixes.

New in Apache NMS 1.3.0 (Jun 3, 2010)

  • Addition of QueueBrowser support to NMS.ActiveMQ
  • Addition of SSL Support for NMS.ActiveMQ and NMS.Stomp
  • Improvements to the Failover Transport.
  • Improved API Documentation.
  • Many new Unit Tests added to the Test Suite.
  • Many bug fixes.