Filetransfer Client/File Cache Swiftlet: New method
queryProperties()
to retrieve file properties.
Changes
Replicator Swiftlet: Now uses file caches for file replication.
More ...
Bugfixes
Topic Manager Swiftlet: Pub/sub flow control is still active although it has been disabled.
Filetransfer Client: Filetransfer.close() may hang after a request timeout during Filetransfer.create(...).
Compatibility
Configuration compatible with previous releases: 4.5.0 (routerconfig.xml will be converted on the first startup)
Class compatible with previous releases: 5.1.0 (see release notes of release 5.1.0).
Message compatible with previous releases: 4.0.0
Store compatible with previous releases: 4.0.0
Protocol compatible with previous releases: 4.0.0
How to Upgrade
SwiftMQ 9.4.1 defines two AMQP listeners on port 5672 (plain) and 5671 (SSL/TLS) to be able to run AMQP out of the box. They will also be added as part of the rolling upgrade process as specified on the links below. If you don't need these listeners, you may either delete them *after* the upgrade or use the "NOAMQP" option on the new release *during* the upgrade on the first start of the router start script of the new release, e.g:
./smqr1 NOAMQP
or
./smqr1_replicated NOAMQP
The option work on HA and non-HA releases but only on the very first start where the config files will be upgraded.