Archive for the Category: PCF

New: MQ Channel Monitor v1.2.0

Capitalware is pleased to announce the release of MQ Channel Monitor v1.2.0. It is a free open source project. MQ Channel Monitor (MQCM) application is a software package that is designed to gather and to display the status of MQ channels of the queue manager. MQCM displays 16 columns of channel status information. The display […]

Also posted in Capitalware, IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on New: MQ Channel Monitor v1.2.0

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 Capitalware, HPE NonStop, IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows 3 Comments

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 Capitalware, HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on Java MQ Code to List Queue Status