Monthly Archives: May 2019

Java MQ Code to List All Local Queues Filtering by Current Depth

If you have done the following runmqsc command to display all local queues filtering by current queue depth of a queue manager: And you wanted to do the same thing via a program, here is a fully functioning Java MQ example that will connect to a remote queue manager, issue a PCF “Inquire Queue” command […]

Capitalware, HPE NonStop, IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, Unix, Windows Comments Off on Java MQ Code to List All Local Queues Filtering by Current Depth

Excelsior Jet and macOS Mojave

Well, here’s a little oddity that Excelsior Jet users should know about. On Friday, I decided to upgrade my MacBook Pro from High Sierra (v10.13) to Mojave (v10.14). Everything went smoothly. I checked the version level and it said I was running v10.14.2. Note: I have Excelsior Jet 15.3 Professional installed on my MacBook Pro. […]

Java, macOS (Mac OS X), Programming Comments Off on Excelsior Jet and macOS Mojave

Java MQ Code to List All Local Queues and their Attributes

If you have done the following runmqsc command to display all local queues with attributes of a queue manager: And you wanted to do the same thing via a program, here is a fully functioning Java MQ example that will connect to a remote queue manager, issue a PCF “Inquire Queue” command, get the PCF […]

Capitalware, HPE NonStop, IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, Unix, Windows Comments Off on Java MQ Code to List All Local Queues and their Attributes

Its All Fun & Games Until Your Message Is Empty!

I’ve collected a bunch of JSON sample files from the internet for testing with MQ Visual Edit. It is always good to have a variety of samples when testing features of a program rather than making up a couple of your own. I was doing some testing with MQ Visual Edit and the JSON samples […]

IBM MQ, Java, Linux, macOS (Mac OS X), MQ Visual Edit, Programming, Windows 2 Comments

IBM MQ Fix Pack 8.0.0.12 Released

IBM has just released Fix Pack 8.0.0.12 for IBM MQ https://www.ibm.com/support/docview.wss?uid=ibm10884142 Regards, Roger Lacroix Capitalware Inc.

Fix Packs for MQ, IBM i (OS/400), IBM MQ, Linux, Unix, Windows Comments Off on IBM MQ Fix Pack 8.0.0.12 Released

Capitalware’s Help Desk is Disabled

Well, I just discovered another casualty of upgrading to PHP 7.0, it broke the open source “PHP Support Tickets” (aka Help Desk) that I am using. Now when I try to use it, I get the error message: A quick internet search and I discovered that “mysql_connect” was depreciated in PHP 5.5.0 and removed in […]

Capitalware Comments Off on Capitalware’s Help Desk is Disabled

Upgrading to WordPress 5.2 and my Issue

For a few weeks, the WordPress Dashboard has been reminding me to upgrade to WordPress 5.2. So, I finally decided to upgrade but then I found out there was a new requirement: PHP 5.6.20. My web server was running PHP 5.4.45. So, I contacted HostGator (Capitalware’s hosting company) about upgrading PHP. They said they could […]

Capitalware Comments Off on Upgrading to WordPress 5.2 and my Issue

Red Hat Enterprise Linux 8.0 Released

Red Hat has just released Red Hat Enterprise Linux 8.0. https://developers.redhat.com/blog/2019/05/07/red-hat-enterprise-linux-8-now-generally-available/ Red Hat Enterprise Linux (RHEL) is a Linux distribution developed by Red Hat and targeted toward the commercial market. Red Hat Enterprise Linux is released in server versions for x86, x86-64, Itanium, PowerPC and IBM Z, and desktop versions for x86 and x86-64. All […]

Linux, Open Source, Operating Systems Comments Off on Red Hat Enterprise Linux 8.0 Released