New: MQ File Mover v4.1.2

Capitalware is pleased to announce the release of MQ File Mover v4.1.2. It is a free open source project.

MQ File Mover is a managed file transfer solution that facilitates the transfer of files using IBM’s WebSphere MQ (aka MQSeries). MQFM processes “Action” commands which are controlled through an MQFM Workflow XML file. The user combines a series of Action commands to create the MQFM Workflow XML file.

    Changes:

  • Added usefilelocking attribute for Global element for MQFM Workflow
  • Fixed CLASSPATH for mqfm.sh and mqfm64.sh shell scripts

For more information on MQ File Mover, please go to:
http://www.capitalware.biz/mqfm_overview.html

In MQFM v4.0.0, file locking was added to all actions that access (read or write) a file. A customer discovered that a vendor supplied driver (for a file system) does not support JVM file locking and throws the following IOException when the tryLock method was issued:

Invalid argument

Therefore, a Global attribute was added to the MQFM Workflow, so that file locking can be turned off (file locking is on by default).

<Global usefilelocking="N" />

Regards,
Roger Lacroix
Capitalware Inc.

This entry was posted in Capitalware, IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows.

Comments are closed.