Archive for the Category: IBM i (OS/400)

New: MQ Channel Throttler v1.0.2

Capitalware Inc. would like to announce the official release of MQ Channel Throttler v1.0.2. This is a FREE upgrade for ALL licensed users of MQ Channel Throttler. 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 Added the […]

Also posted in Capitalware, IBM MQ, Linux, MQ Channel Throttler, Unix, Windows Comments Off on New: MQ Channel Throttler v1.0.2

New: MQ Message Encryption v3.3.0

Capitalware Inc. would like to announce the official release of MQ Message Encryption v3.3.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, […]

Also posted in Capitalware, IBM MQ, Linux, MQ Message Encryption, Security, Unix, Windows Comments Off on New: MQ Message Encryption v3.3.0

New: MQ Message Replication v1.2.0

Capitalware Inc. would like to announce the official release of MQ Message Replication v1.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 […]

Also posted in Capitalware, IBM MQ, Linux, MQ Message Replication, Unix, Windows Comments Off on New: MQ Message Replication v1.2.0

New: MQ Standard Security Exit v2.3.0

Capitalware Inc. would like to announce the official release of MQ Standard Security Exit v2.3.0. This is a FREE upgrade for ALL licensed users of MQ Standard Security Exit. MQ Standard Security Exit is a solution that allows a MQAdmin to control and restrict who is accessing an IBM MQ resource. For more information about […]

Also posted in Capitalware, IBM MQ, Linux, MQ Standard Security Exit, Security, Unix, Windows Comments Off on New: MQ Standard Security Exit v2.3.0

Webinar: IBM MQ CONNAUTH/CHLAUTH Doesn’t Work Like You Think it Does

T.Rob Wyatt of IoPT Consulting will be giving a webinar on issues/problems with/using CONNAUTH and CHLAUTH: https://www.imwuc.org/p/ca/vi/sid=435 Date: November 30, 2016 at 01:00 PM EST Description: Native MQ password authentication (CONNAUTH) introduced in IBM MQ v8.0 has gotten off to a rough start. As of Fix Pack 8.0.0.5, the interaction between CONNAUTH and CHLAUTH has […]

Also posted in Education, IBM MQ, Linux, Security, Unix, Windows, z/OS Comments Off on Webinar: IBM MQ CONNAUTH/CHLAUTH Doesn’t Work Like You Think it Does

IBM MQ V9.0.1 Released

IBM has released IBM MQ V9.0.1: http://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/7/649/ENUSA16-0767/index.html Highlights: – More flexible connectivity – Additional control for monitoring – Improvements in managed file transfer – Initial availability of the IBM MQ Console for administration and monitoring of IBM MQ – Initial release of a new REST API to enable the creation of new http-based tools to […]

Also posted in Fix Packs for MQ, IBM MQ, IBM MQ Appliance, Linux, Unix, Windows, z/OS 1 Comment

SQLite v3.15.0 Released

D. Richard Hipp has just released SQLite v3.15.0. http://www.sqlite.org/news.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. Regards, Roger Lacroix Capitalware Inc.

Also posted in C, Database, Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on SQLite v3.15.0 Released

WebSphere MQ Fix Pack 7.5.0.7 Released

IBM has just released FixPack 7.5.0.7 for WebSphere MQ http://www.ibm.com/support/docview.wss?uid=swg21983301 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM MQ, Linux, Unix, Windows Comments Off on WebSphere MQ Fix Pack 7.5.0.7 Released

WebSphere MQ v7.5.0 End of Service Date

IBM has announced the end of service date for WebSphere MQ v7.5.0. The end of service date for WebSphere MQ v7.5.0 on distributed platforms (Linux, Unix, Windows and IBM i) is April 30, 2018. The official announcement can be found here: http://www.ibm.com/support/docview.wss?uid=swg3t453863g97713d77 Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM MQ, Linux, Unix, Windows Comments Off on WebSphere MQ v7.5.0 End of Service Date

Another Sample Java/MQ Program – MQWrite2

Someone over at Stack Overflow posted a question about logging MQ error messages to a file. After the user updated the posting, I recognized the code as mine (MQWrite.java) that I wrote back in 2000 (Yup, 16 years ago!!). So, I decided to bring MQWrite.java into this decade and created MQWrite2.java. Here is MQWrite2.java that […]

Also posted in IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Programming, Unix, Windows Comments Off on Another Sample Java/MQ Program – MQWrite2