New: MQ Message Replication v2.2.0

Capitalware Inc. would like to announce the official release of MQ Message Replication v2.2.0. This is a FREE upgrade for ALL licensed users of MQ Message Replication. MQ Message Replication (MQMR) will clone messages being written (via MQPUT or MQPUT1 API calls) to an application’s output queue and MQMR will write the exact same messages to ‘n’ target queues (‘n’ can be up to 100). When MQMR replicates a message both the message data and the message’s MQMD structure will be cloned.

For more information about MQMR, please go to:
https://www.capitalware.com/mqmr_overview.html

    Changes for MQ Message Replication v2.2.0:

  • Fixed a bug handling MQPUT1 calls not correctly opening target queues
  • Fixed a bug handling MQPUT1 calls and ForMQPut1DoMQPut1 = Y not setting ObjectName correctly.
  • Fixed an issue in the subroutine that removes trailing blanks
  • Fixed an issue with the logging framework
  • Enhanced the code for dumping the pointers passed into exit.
  • Fixed a bug in mq2sdb not correctly resetting prepared statement after use.
  • Add 2 new columns to the IBM_MQ_MESSAGES table: Source_QMgr_Id & Source_Queue_Id.
  • Add 2 new tables to the database: SOURCE_QMGR_NAMES & SOURCE_QUEUE_NAMES.
  • Added new keyword ‘IncludeSourceInfo’ for mq2sdb that will cause the source QMgr & queue names to be written to database.
  • Added new keyword ‘UseSelect’, ‘SelectQMgrName’ & ‘SelectQName’ for sdb2mq that will control which messages are loaded into the queue.
  • Fixed issue when an invalid or expired license key is used
  • Fixed an issue with default exit path

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM i (OS/400), IBM MQ, Linux, MQ Message Replication, Unix, Windows Comments Off on New: MQ Message Replication v2.2.0

New: MQ Message Encryption v4.2.0

Capitalware Inc. would like to announce the official release of MQ Message Encryption v4.2.0. This is a FREE upgrade for ALL licensed users of MQ Message Encryption. MQME provides encryption for MQ message data while it resides in a queue and in the MQ logs (i.e. all data at rest).

For more information about MQME, please go to:
https://www.capitalware.com/mqme_overview.html

    Changes for MQ Message Encryption v4.2.0:

  • Added keyword EncryptRFH2Header to handle encrypting the MQRFH2 header or not
  • Added code check if an MQRFH2 message on an XMITQ only has payload data encrypted.
  • Fixed an issue with MQPUT1 not correctly handling the ExcludeQueue.
  • Fixed a buffer overrun condition on MQCALLBACK that would cause the MCA (amqrmppa) process to crash.
  • Fixed an issue in the subroutine that removes trailing blanks
  • Fixed an issue with the logging framework
  • Enhanced the code for dumping the pointers passed into exit.
  • Fixed issue when an invalid or expired license key is used
  • Fixed an issue with default exit path

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM i (OS/400), IBM MQ, Linux, MQ Message Encryption, Unix, Windows Comments Off on New: MQ Message Encryption v4.2.0

New: MQ Channel Encryption v3.4.0

Capitalware Inc. would like to announce the official release of MQ Channel Encryption (MQCE) v3.4.0. This is a FREE upgrade for ALL licensed users of MQCE. MQCE provides encryption for message data over IBM MQ channels.

MQCE operates with Sender, Receiver, Server, Requester, Cluster-Sender, Cluster-Receiver, Server Connection and Client Connection channels of the WMQ queue managers. MQCE uses Advanced Encryption Standard (AES) to encrypt the data and SHA-2 to create a digital signature.

For more information about MQCE go to:
https://www.capitalware.com/mqce_overview.html

    Changes for MQ Channel Encryption v3.4.0:

  • Enhanced the code for dumping the pointers passed into exit.
  • Fixed an issue in the subroutine that removes trailing blanks
  • Fixed issue when an invalid or expired license key is used
  • Fixed an issue with default exit path

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM i (OS/400), IBM MQ, Linux, MQ Channel Encryption, Unix, Windows Comments Off on New: MQ Channel Encryption v3.4.0

New: MQ Channel Encryption for z/OS v3.4.0

Capitalware Inc. would like to announce the official release of MQ Channel Encryption for z/OS (z/MQCE) v3.4.0. This is a FREE upgrade for ALL licensed users of z/MQCE. z/MQCE provides encryption for message data over IBM MQ channels.

z/MQCE operates with Sender, Receiver, Server, Requester, Cluster-Sender, Cluster-Receiver, Server Connection and Client Connection channels of the WMQ queue managers. z/MQCE uses Advanced Encryption Standard (AES) to encrypt the data and SHA-2 to create a digital signature.

For more information about z/MQCE go to:
https://www.capitalware.com/mqce_zos_overview.html

    Changes for MQ Channel Encryption for z/OS v3.4.0:

  • Enhanced the code for dumping the pointers passed into exit.
  • Fixed an issue in the subroutine that removes trailing blanks
  • Fixed issue when an invalid or expired license key is used

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM MQ, MQ Channel Encryption, z/OS Comments Off on New: MQ Channel Encryption for z/OS v3.4.0

New: MQ Channel Throttler v1.3.0

Capitalware Inc. would like to announce the official release of MQ Channel Throttler v1.3.0. This is a FREE upgrade for ALL licensed users of MQ Channel Throttler (MQCT). MQCT provides the ability to control/throttle the number of messages or bytes that flow over a channel.

For more information about MQCT, please go to:
https://www.capitalware.com/mqct_overview.html

Changes for MQ Channel Throttler v1.3.0:

  • Added new keyword: UseCombinedGetPutRates – default value is ‘Y’
  • Enhanced the code for dumping the pointers passed into exit.
  • Fixed an issue in the subroutine that removes trailing blanks
  • Fixed issue when an invalid or expired license key is used
  • Fixed an issue with default exit path

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM i (OS/400), IBM MQ, Linux, MQ Channel Throttler, Unix, Windows Comments Off on New: MQ Channel Throttler v1.3.0

New: MQ Channel Connection Inspector v1.2.0

Capitalware Inc. would like to announce the official release of MQ Channel Connection Inspector (MQCCI) v1.2.0. This is a FREE upgrade for ALL licensed users of MQCCI. MQCCI is a solution that allows a company to track and/or audit what information a client application or remote queue manager is exchanging with the local queue manager when a connection is made. MQCCI is comprised of an MQ Channel Security Exit. A channel security exit is ONLY invoked/called by the queue manager’s MCA (Message Channel Agent) for MQCONN/X and MQDISC API calls (so it is very light-weight).

For more information about MQ Channel Connection Inspector go to:
https://www.capitalware.com/mqcci_overview.html

Changes for MQ Channel Connection Inspector v1.2.0:

  • Enhanced the code for dumping the pointers passed into exit.
  • Fixed an issue in the subroutine that removes trailing blanks
  • Fixed issue when an invalid or expired license key is used
  • Fixed an issue with default exit path

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM i (OS/400), IBM MQ, Linux, MQ Channel Connection Inspector, Unix, Windows Comments Off on New: MQ Channel Connection Inspector v1.2.0

New: MQ Channel Connection Inspector for z/OS v1.2.0

Capitalware Inc. would like to announce the official release of MQ Channel Connection Inspector for z/OS (z/MQCCI) v1.2.0. This is a FREE upgrade for ALL licensed users of z/MQCCI. z/MQCCI is a solution that allows a company to track and/or audit what information a client application or remote queue manager is exchanging with the local queue manager when a connection is made. z/MQCCI is comprised of an MQ Channel Security Exit. A channel security exit is ONLY invoked/called by the queue manager’s MCA (Message Channel Agent) for MQCONN/X and MQDISC API calls (so it is very light-weight).

For more information about MQ Channel Connection Inspector for z/OS go to:
https://www.capitalware.com/mqcci_zos_overview.html

Changes for MQ Channel Connection Inspector for z/OS v1.2.0:

  • Enhanced the code for dumping the pointers passed into exit.
  • Fixed an issue in the subroutine that removes trailing blanks
  • Fixed issue when an invalid or expired license key is used

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM MQ, MQ Channel Connection Inspector, z/OS Comments Off on New: MQ Channel Connection Inspector for z/OS v1.2.0

New: MQ Authenticate User Security Exit v3.5.0

Capitalware Inc. would like to announce the official release of MQ Authenticate User Security Exit v3.5.0. This is a FREE upgrade for ALL licensed users of MQ Authenticate User Security Exit. MQ Authenticate User Security Exit is a solution that allows a company to fully authenticate a user who is accessing an IBM MQ resource. It authenticates the user’s UserID and Password (and possibly Domain Name) against the server’s native OS system, LDAP server, Microsoft’s Active Directory, Quest Authentication Services, Centrify’s DirectControl or an encrypted MQAUSX FBA file.

For more information about MQ Authenticate User Security Exit go to:
https://www.capitalware.com/mqausx_overview.html

Changes for MQ Authenticate User Security Exit v3.5.0:

    Server-side:

  • Fixed a bug in the enc_server program when deleting a UserId (-p option is not required).
  • Fixed an issue in the subroutine that removes trailing blanks
  • Enhanced the code for dumping the pointers passed into exit.
  • Fixed issue when an invalid or expired license key is used
  • Fixed an issue with default exit path

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM i (OS/400), IBM MQ, Linux, MQ Authenticate User Security Exit, Unix, Windows Comments Off on New: MQ Authenticate User Security Exit v3.5.0

New: MQ Authenticate User Security Exit for z/OS v3.5.0

Capitalware Inc. would like to announce the official release of MQ Authenticate User Security Exit for z/OS v3.5.0. This is a FREE upgrade for ALL licensed users of MQ Authenticate User Security Exit for z/OS. MQ Authenticate User Security Exit for z/OS is a solution that allows a company to fully authenticate a user who is accessing an IBM MQ for z/OS resource. It authenticates the user’s UserID and Password against the native z/OS system or an encrypted MQAUSX FBA file.

For more information about MQ Authenticate User Security Exit for z/OS go to:
https://www.capitalware.com/mqausx_zos_overview.html

Changes for MQ Authenticate User Security Exit for z/OS v3.5.0:

    Server-side:

  • Fixed a bug in the enc_server program when deleting a UserId (-p option is not required).
  • Fixed an issue in the subroutine that removes trailing blanks
  • Enhanced the code for dumping the pointers passed into exit.
  • Fixed issue when an invalid or expired license key is used

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM MQ, MQ Authenticate User Security Exit, z/OS Comments Off on New: MQ Authenticate User Security Exit for z/OS v3.5.0

New: MQ Auditor v3.2.0

Capitalware Inc. would like to announce the official release of MQ Auditor v3.2.0. This is a FREE upgrade for ALL licensed users of MQ Auditor. MQ Auditor is a solution that allows a company to audit/track all MQ API calls performed by MQ applications that are connected to a queue manager.

For more information about MQ Auditor go to:
https://www.capitalware.com/mqa_overview.html

    Changes for MQ Auditor v3.2.0:

  • Added 6 new keywords to handle replacing Carriage Return, Line Feed or binary data for the message data of the audit record
  • Added missing override fields for overriding Applications and UserId sections: Topics, UseExcludeQueues, ExcludeQueues, UseExcludeTopics & ExcludeTopics
  • Fixed an issue in the subroutine that removes trailing blanks
  • Fixed an issue with the logging framework
  • Enhanced the code for dumping the pointers passed into exit.
  • Fixed an issue with default exit path
  • Fixed an issue with retrieving override values.
  • Fixed an issue with moving audit files to archive directory on startup i.e. StartUpCleanUp=Y
  • Fixed issue when an invalid or expired license key is used

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM i (OS/400), IBM MQ, Linux, MQ Auditor, Unix, Windows Comments Off on New: MQ Auditor v3.2.0