Archive for the Category: Programming

Java/PCF Program to Delete an IBM MQ Queue

A couple of days ago, I posted a Java/PCF program that would create a IBM MQ queue. So, if you require creating a queue via Java/PCF then you probably will need to delete a queue via Java/PCF. If you are used to deleting an IBM MQ queue using runmqsc command then the following simple Java/PCF […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, PCF, Raspberry Pi, Unix, Windows, z/OS Comments Off on Java/PCF Program to Delete an IBM MQ Queue

Java/PCF Program to Create an IBM MQ Queue

The other day, someone on StackOverflow asked about creating an IBM MQ queue from JMS. I know it is possible to send PCF commands as a JMS message to the Command Server but it seems overly complex when you can simply do it from Java/PCF (non-JMS). If you are used to creating an IBM MQ […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, PCF, Raspberry Pi, Unix, Windows Comments Off on Java/PCF Program to Create an IBM MQ Queue

Mateo Stjepanović’s Java Features from Java 8 to Java 17

I just came across Mateo Stjepanović blog item called: Java Features from Java 8 to Java 17 https://reflectoring.io/java-release-notes/ It is very handy when you are trying to write backward-compatible code. Regards, Roger Lacroix Capitalware Inc.

Also posted in Java, JMS, Linux, macOS (Mac OS X), Raspberry Pi, Unix, Windows Comments Off on Mateo Stjepanović’s Java Features from Java 8 to Java 17

IBM TechCon 2022

IBM has announced IBM TechCon 2022. It will be a virtual conference running on April 5th – 7th, 2022. You can register here. This event brings together all our AIOps, IT automation, integration, and application platform domain expertise. TechCon 2022 will be held April 5 – 7 as an interactive virtual experience with access to […]

Also posted in Education, HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Linux, Unix, Windows, z/OS Comments Off on IBM TechCon 2022

Reasons to run Java on your IBM Z Mainframe

Wayne Bucek of IBM has created and posted a video on running Java on the mainframe (z/OS) titled: “Reasons to run Java on your IBM Z Mainframe” Regards, Roger Lacroix Capitalware Inc.

Also posted in Java, JMS, z/OS Comments Off on Reasons to run Java on your IBM Z Mainframe

Idea: Make IBM MQ for Windows on ARM available

I have posted an “IBM idea” called: Make IBM MQ for Windows on ARM available. If you are interested in it, please add your vote/comment to it. Regards, Roger Lacroix Capitalware Inc.

Also posted in C, C#, C++, IBM MQ, Java, JMS, Operating Systems, Windows Comments Off on Idea: Make IBM MQ for Windows on ARM available

Updated SimpleLogger Class

The other day, someone emailed me and asked if I could add code to externalize the default values used by the SimpleLogger Class. I thought about it and figured it would be reasonably straight forward. Hence, here are the JVM Environment variables that the SimpleLogger Class supports: SimpleLogger.LogFileName – any valid file name SimpleLogger.LogDirectory – […]

Also posted in Capitalware, HPE NonStop, IBM i (OS/400), Java, JMS, Linux, macOS (Mac OS X), Open Source, Raspberry Pi, Unix, Windows Comments Off on Updated SimpleLogger Class

My SimpleLogger can be a Replacement for Log4J

In this blog post, don’t get me wrong, I think Log4J is a great product and I am not trying to discourage anyone from using it. I have used Log4J v1.x on hundreds of projects for customers and myself. It has always worked exactly as expected. I have never used Log4J v2.x, so I cannot/will […]

Also posted in Capitalware, HPE NonStop, IBM i (OS/400), Java, JMS, Linux, macOS (Mac OS X), Open Source, Raspberry Pi, Unix, Windows Comments Off on My SimpleLogger can be a Replacement for Log4J

IBM’s Response to the Log4J Vulnerability

Here is a link to a list of IBM products that are affected by the Log4J v2.x vulnerability (CVE-2021-44228): https://www.ibm.com/blogs/psirt/page/2/?s=2021-44228 The only IBM MQ related hit so far is for IBM MQ Blockchain bridge. Note: This is an actively growing list of IBM products. Hence, you should check back each day. Here is a link […]

Also posted in IBM MQ, Linux, Security, Unix, Windows, z/OS Comments Off on IBM’s Response to the Log4J Vulnerability

Log4J Vulnerability And Capitalware Products

For those who have not heard, there is a new vulnerability in Log4J v2.x. Here is a link to the Log4J v2.x vulnerability: https://unit42.paloaltonetworks.com/apache-log4j-vulnerability-cve-2021-44228/ The Log4J v2.x vulnerability is related to the ‘lookups’ feature that was introduced in version 2. Lookups provide a way to add values to the log4j configuration at arbitrary places. They […]

Also posted in Capitalware, IBM i (OS/400), Java, JMS, Linux, macOS (Mac OS X), MQ Auditor, MQ Batch Toolkit, Open Source, Raspberry Pi, Security, Universal File Mover, Unix, Windows Comments Off on Log4J Vulnerability And Capitalware Products