Archive for the Category: IBM MQ

Capitalware z/OS and IBM i Product Advisory

A potential bug was discovered in Capitalware’s logging framework, see here for more details, for commercial and “Licensed as Free” products for z/OS and IBM i. Commercial Products affected: MQ Authenticate User Security Exit for IBM i MQ Channel Encryption for IBM i MQ Standard Security Exit for IBM i MQ Authenticate User Security Exit […]

Also posted in Capitalware, IBM i (OS/400), Licensed As Free, MQ Authenticate User Security Exit, MQ Channel Encryption, MQ Standard Security Exit, z/OS Comments Off on Capitalware z/OS and IBM i Product Advisory

T.Rob’s post of “When deprecated != deprecated”

T.Rob Wyatt of IoPT Consulting has a new blog posting called “When deprecated != deprecated“. If you use SSL/TLS with IBM MQ then you should read it: https://t-rob.net/2018/01/19/when-deprecated-deprecated/ Here is the current IBM MQ Depreciated Cipher page. Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM i (OS/400), Linux, Security, Unix, Windows, z/OS Comments Off on T.Rob’s post of “When deprecated != deprecated”

IBM MQ for HPE NonStop V8.0.1 is now available

IBM MQ for HPE NonStop 8.0.1 is the first Continuous Delivery (CD) update for MQ NonStop. (WebSphere MQ NonStop 5.3.1 is the current Long Term Support option). The Continuous Delivery releases incrementally build on the MQ 8.0.0 features, providing early, supported access to the latest MQ capabilities. https://developer.ibm.com/messaging/2018/01/19/ibm-mq-hpe-nonstop-v8-0-1-now-available/ Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, HPE NonStop Comments Off on IBM MQ for HPE NonStop V8.0.1 is now available

I’m a Bad Programmer! ;)

If I was in a code walk-through of someone else’s code and found the bug that I just found in my code, I would say “that is some bad programming”. So, I’ll admit it – I’m a bad programmer! 😉 A long time ago, I created a nice logging framework (C code) for Capitalware’s products. […]

Also posted in C, Capitalware, IBM i (OS/400), Programming, z/OS Comments Off on I’m a Bad Programmer! ;)

IBM Champion Again.

Proud to be named as an IBM Champion for my contributions to IBM MQ community for the 2nd year in a row! https://www.ibm.com/developerworks/champion/ Regards, Roger Lacroix Capitalware Inc.

Comments Off on IBM Champion Again.

Beta testers needed for MQ Channel Connection Inspector

All, Capitalware is ready for beta testers for a new solution called: MQ Channel Connection Inspector. Have you ever had client applications or remote queue managers attempt to connect to your queue manager but failed and the user claimed they used the “correct values”. I’ve created a new solution to quickly diagnose this problem and […]

Also posted in Capitalware, IBM i (OS/400), Linux, MQ Channel Connection Inspector, Security, Unix, Windows, z/OS Comments Off on Beta testers needed for MQ Channel Connection Inspector

Java/JMS MQ Applications and Maven

IBM has made available the MQ Redistributable Client (Java/JMS portion) on Maven. Mark Taylor of IBM has a blog posting on it and how to configure your files to use it: https://developer.ibm.com/messaging/2018/01/09/developing-mq-java-applications-maven/ Regards, Roger Lacroix Capitalware Inc.

Also posted in Java, JMS, Linux, macOS (Mac OS X), Programming, Unix, Windows Comments Off on Java/JMS MQ Applications and Maven

New: MQ Batch Toolkit v3.0.0

Capitalware Inc. would like to announce the official release of MQ Batch Toolkit v3.0.0. MQ Batch Toolkit allows users to manipulate, monitor and manage messages in a queue of an IBM MQ (formally WebSphere MQ & MQSeries) queue manager from a command-line or shell scripting environment. Starting with MQ Batch Toolkit v3.0.0, the licensing model […]

Also posted in Capitalware, IBM MQ Appliance, Linux, macOS (Mac OS X), MQ Batch Toolkit, Windows Comments Off on New: MQ Batch Toolkit v3.0.0

Sample Java Code to Subscribe to an IBM MQ Topic

Here is blog posting # 2 on subscribing to a topic in IBM MQ. More code examples – here is a Java IBM MQ (non-JMS) sample program to subscribe to a topic within a queue manager of IBM MQ. It will receives messages until ‘no messages available’ exception which is set for 30 seconds. You […]

Also posted in IBM i (OS/400), IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Programming, Unix, Windows, z/OS Comments Off on Sample Java Code to Subscribe to an IBM MQ Topic

Sample Java Code to Publish to an IBM MQ Topic

Programmers always have questions about coding Pub/Sub in IBM MQ. I’ll do 2 blog posting: one on publishing to a topic and the next one on subscribing to a topic in IBM MQ. Since everyone likes code examples, here is a Java IBM MQ (non-JMS) sample program to publish a message to a topic within […]

Also posted in IBM i (OS/400), IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Programming, Unix, Windows, z/OS Comments Off on Sample Java Code to Publish to an IBM MQ Topic