Archive for the Category: HPE NonStop

IBM MQ Cumulative Security Update 8.1.0.16 for HP NonStop Server Released

IBM has just released Cumulative Security Update 8.1.0.16 for IBM MQ for HP NonStop Server: https://www.ibm.com/support/pages/node/879471 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM MQ Comments Off on IBM MQ Cumulative Security Update 8.1.0.16 for HP NonStop Server Released

IBM MQ Fix Pack 8.1.0.15 for HP NonStop Server Released

IBM has just released Fix Pack 8.1.0.15 for IBM MQ for HP NonStop Server: https://www.ibm.com/support/pages/ibm-mq-hp-nonstop-server-81-fix-pack-81015 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM MQ Comments Off on IBM MQ Fix Pack 8.1.0.15 for HP NonStop Server Released

Disabling IPV6 in IBM MQ

Angel Rivera of IBM posted a document on how to disable IPV6 in IBM MQ. https://www.ibm.com/support/pages/node/6980507?myns=swgws&mynp=OCSSYHRD&mync=E&cm_sp=swgws-_-OCSSYHRD-_-E The document states that: “The default behavior with IBM MQ is to try to use IPV6 calls (Internet Protocol Version 6), and if there are timeouts, then the IPV4 calls will be tried next.” I did not know this […]

Also posted in Education, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Linux, Unix, Windows Comments Off on Disabling IPV6 in IBM MQ

Java/PCF Program to Delete an IBM MQ Channel

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

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

Java/PCF Program to Create an IBM MQ SVRCONN Channel

A couple of weeks ago, I posted a Java/PCF Program to Create an IBM MQ Queue. So, today I thought I would create a Java/PCF program to create an IBM MQ SVRCONN channel If you are used to creating an IBM MQ channel using runmqsc command then the following simple Java/PCF program will create a […]

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

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 IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, 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 IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, Raspberry Pi, Unix, Windows Comments Off on Java/PCF Program to Create an IBM MQ Queue

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, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Linux, Programming, Unix, Windows, z/OS Comments Off on IBM TechCon 2022

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, IBM i (OS/400), Java, JMS, Linux, macOS (Mac OS X), Open Source, Programming, 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, IBM i (OS/400), Java, JMS, Linux, macOS (Mac OS X), Open Source, Programming, Raspberry Pi, Unix, Windows Comments Off on My SimpleLogger can be a Replacement for Log4J