Archive for the Category: Capitalware

Java MQ Code to List Channel Status

I thought I posted this code sample but I guess I forgot to do it. 😉 If you have done the runmqsc command for Channel Status for all channels of a queue manager as follows: And you wanted to do the same thing via a program, here is a fully functioning Java MQ example that […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, Unix, Windows 3 Comments

So You Secured MQ But How Do You Know It Is Secure?

As the MQ Technical Conference V2.0.1.8 t-shirts said “MQAdmin: the superhero of middleware messaging!“. Since, you are a “superhero”, you have secured your MQ environment. You have implemented CHLAUTH and/or CONNAUTH features in IBM MQ. So, give yourself a pat on the back, a gold star or have another cold one on you because you […]

Also posted in IBM i (OS/400), IBM MQ, Linux, MQ Channel Connection Inspector, Security, Unix, Windows, z/OS Comments Off on So You Secured MQ But How Do You Know It Is Secure?

SSL/TLS for capitalware.com

Capitalware’s web site has been available as a secure (“https”) web site for several months. In the Summer, I tried turning on the auto redirection from “http” to “https” but it broke my online registration code in MQ Visual Edit, MQ Visual Browse, MQ Batch Toolkit and MQTT Message Viewer. I fixed the issue a […]

Also posted in MQ Batch Toolkit, MQ Visual Browse, MQ Visual Edit, MQTT Message Viewer, Security Comments Off on SSL/TLS for capitalware.com

MQ Visual Edit V2.4.0 Released

Capitalware Inc. would like to announce the official release of MQ Visual Edit v2.4.0. This is a FREE upgrade for ALL licensed users of MQ Visual Edit V2. MQ Visual Edit allows users to view, manipulate and manage messages in a queue and/or topic of a IBM MQ queue manager and presents the data in […]

Also posted in IBM MQ, IBM MQ Appliance, Linux, macOS (Mac OS X), MQ Visual Edit, Windows Comments Off on MQ Visual Edit V2.4.0 Released

MQ Visual Browse V2.4.0 Released

Capitalware Inc. would like to announce the official release of MQ Visual Browse v2.4.0. This is a FREE upgrade for ALL licensed users of MQ Visual Browse V2. MQ Visual Browse allows users to view messages in a queue and/or topic of a IBM MQ queue manager and presents the data in a simplified format […]

Also posted in IBM MQ, IBM MQ Appliance, Linux, macOS (Mac OS X), MQ Visual Browse, Windows Comments Off on MQ Visual Browse V2.4.0 Released

MQ Batch Toolkit v3.1.0 Released

Capitalware Inc. would like to announce the official release of MQ Batch Toolkit v3.1.0. This is a FREE upgrade for ALL licensed users of MQ Batch Toolkit. 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 […]

Also posted in IBM MQ, IBM MQ Appliance, Linux, macOS (Mac OS X), MQ Batch Toolkit, Windows Comments Off on MQ Batch Toolkit v3.1.0 Released

Java MQ Code to List Queue Status

The other day I answered a question on StackOverflow about getting the LGETIME and LPUTIME attributes of queue status command. I figured I should also post the code here for everyone to read & use. If you have done the runmqsc command for Queue Status of Type ‘Queue’ for all queues of a queue manager […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, Unix, Windows Comments Off on Java MQ Code to List Queue Status

Chris Frank’s Sessions for MQTC v2.0.1.8

Chris Frank of IBM will be speaking at MQ Technical Conference v2.0.1.8 (MQTC). Chris Frank will be presenting the following sessions at MQTC: Getting the most out of IIB and ACE! What’s new with Logging in IBM MQ For more information about MQTC, please go to: https://www.mqtechconference.com Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM MQ, MQ Technical Conference Comments Off on Chris Frank’s Sessions for MQTC v2.0.1.8

Capitalware & MQTC web sites and SSL

I use HostGator for hosting of Capitalware’s and MQ Technical Conference’s (MQTC) web sites. HostGator has implemented SSL for my sites, so you should be able to access the web sites using “https” rather than “http”. If you have either site bookmarked then update your bookmark, so that you go to the https://www.capitalware.com or https://www.mqtechconference.com […]

Also posted in MQ Technical Conference, Security Comments Off on Capitalware & MQTC web sites and SSL

MQAUSX Explained or Better Explained

Every once in a while, I get requests to explain what/how MQ Authenticate User Security Exit (MQAUSX) and/or MQ Authenticate User Security Exit for z/OS (z/MQAUSX) work. Client-side perspective: If the client application is configured with the MQAUSX client-side security exit then the user credentials are encrypted and sent to the remote queue manager. This […]

Also posted in IBM i (OS/400), IBM MQ, Linux, MQ Authenticate User Security Exit, Security, Unix, Windows, z/OS Comments Off on MQAUSX Explained or Better Explained