Author Archives: Roger Lacroix

My name is Roger Lacroix and I am a die hard programmer. I have been programming since the 80s. My favorite programming languages are Java, C and Rexx. I have worked in the airline, retail but I have spent most of my time doing middleware work in the financial services industry. In 1994, I was introduced to IBM MQ (aka WebSphere MQ & MQSeries) and I thought it was the next best thing since man created fire. This blog will be about IBM MQ, Java, C, Rexx and any other interesting items that I can think of. I hope you enjoy it.

I’m a Bad Programmer! ;)

s

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. […]

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

ISF002I MASTER SDSF SYSLOG INDEX FULL

s

I have a z/OS LPAR via IBM’s RDP (Remote Development Program). Yesterday, I started receiving the following error message every time I went to SDSF’s log panel: I’m a developer and not a SysAdmin. At first I ignored it then got annoyed and did some internet searches. I found some commands but nothing worked for […]

Operating Systems, z/OS Comments Off on ISF002I MASTER SDSF SYSLOG INDEX FULL

IBM Champion Again.

s

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.

IBM MQ Comments Off on IBM Champion Again.

Beta testers needed for MQ Channel Connection Inspector

s

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 […]

Capitalware, IBM i (OS/400), IBM MQ, 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

s

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.

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

I’m Already Sick of Winter!

s

Its January 9th, 2018 and I’m already sick of winter. Polar vortex, snow and more snow. I know it is early January and I’m Canadian but I’m sick of it. Snow banks are over 6 feet (2 meters) tall. I want Spring and not in 2 and half months but now. 🙁 Here’s a picture […]

General 1 Comment

New: MQ Batch Toolkit v3.0.0

s

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 […]

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

Merry Christmas and Happy New Year

s

I would like to wish everyone a Merry Christmas, Happy Hanukkah, Happy Kwanzaa, etc… and a Happy New Year. 🙂 Regards, Roger Lacroix Capitalware Inc.

General 1 Comment

Debian 9.3 Released

s

Debian Project has just released Debian 9.3. https://www.debian.org/News/2017/2017120902 Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian uses the Linux kernel (the core of an operating system), but most of the basic OS tools come from the […]

Linux, Open Source, Operating Systems Comments Off on Debian 9.3 Released

Sample Java Code to Subscribe to an IBM MQ Topic

s

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 […]

IBM i (OS/400), IBM MQ, 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