Archive for the Category: IBM MQ

IBM MQ V9.2.4 Announced

IBM has announced IBM MQ V9.2.4: https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/8/899/ENUSLP21-0278/index.html Highlights: MQ 9.2.4: – Intelligent workload rebalancing with updates to uniform clusters – Security enhancements that build on the existing robust security mechan – MQ client support for new Java™ 11 runtimes – MQ client support for Java 17 runtimes – Updates to improve usability of the IBM […]

Also posted in Fix Packs for MQ, IBM i (OS/400), IBM MQ Appliance, Linux, Unix, Windows Comments Off on IBM MQ V9.2.4 Announced

IBM MQ Fix Pack 9.2.0.4 Released

IBM has just released Fix Pack 9.2.0.4 for IBM MQ V9.2 LTS: https://www.ibm.com/support/pages/node/6514427 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM i (OS/400), IBM MQ Appliance, Linux, Unix, Windows Comments Off on IBM MQ Fix Pack 9.2.0.4 Released

And Now for Something Completely Different.

I love that line from Monty Python which is from the film of the same name. Last week, someone emailed me about running MQ Visual Edit on Microsoft Surface Pro X. For those who don’t know, the Surface Pro X comes with a Microsoft SQ1 or SQ2 ARM processor. Yes, ARM CPU and not an […]

Also posted in Capitalware, IBM MQ Appliance, Java, JMS, MQ Batch Toolkit, MQ Visual Browse, MQ Visual Edit, MQTT, MQTT Message Editing Suite, Programming, Windows Comments Off on And Now for Something Completely Different.

MQ Visual Edit V3.2.0 Released

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

Also posted in Capitalware, IBM MQ Appliance, Linux, macOS (Mac OS X), MQ Visual Edit, Raspberry Pi, Windows Comments Off on MQ Visual Edit V3.2.0 Released

MQ Visual Browse V3.2.0 Released

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

Also posted in Capitalware, IBM MQ Appliance, Linux, macOS (Mac OS X), MQ Visual Browse, Raspberry Pi, Windows Comments Off on MQ Visual Browse V3.2.0 Released

MQ Batch Toolkit v3.2.2 Released

Capitalware Inc. would like to announce the official release of MQ Batch Toolkit v3.2.2. 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 Capitalware, Linux, macOS (Mac OS X), MQ Batch Toolkit, Raspberry Pi, Windows Comments Off on MQ Batch Toolkit v3.2.2 Released

IBM MQ Fix Pack 9.0.0.12 Released

IBM has just released Fix Pack 9.0.0.12 for IBM MQ V9.0 LTS https://www.ibm.com/support/pages/downloading-ibm-mq-90012 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM i (OS/400), IBM MQ Appliance, Unix, Windows Comments Off on IBM MQ Fix Pack 9.0.0.12 Released

C# .NET MQ Code to Publish to a Topic

A couple of years ago, I posted a blog item called: C# .NET MQ Code to Subscribe to a Topic about subscribing to a topic using C# .NET code. I just realized that I never posted a C# .NET sample code to publish to a topic. So, here go – enjoy. You can download the […]

Also posted in .NET, C#, Open Source, Programming, Windows Comments Off on C# .NET MQ Code to Publish to a Topic

C# .Net Program That Adds Message Properties to an MQ Message

The other day, a colleague emailed me asking if I had a sample C# .Net/MQ program that adds message properties to a message. So. I thought I would post it for everyone to use. You can download the source code from here. Regards, Roger Lacroix Capitalware Inc.

Also posted in .NET, C#, Open Source, Programming, Windows Comments Off on C# .Net Program That Adds Message Properties to an MQ Message

JMS/MQ Program That Creates Connection Factory from Scratch

On StackOverflow, someone asked a question about why their JMS/MQ code was failing. There are many errors in the code. Here is a fully functioning JMS/MQ program that will create the Connection Factory from scratch, connect to a remote queue manager and put a message to a queue. You can download the source code from […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ Appliance, Java, JMS, Linux, macOS (Mac OS X), Programming, Raspberry Pi, Unix, Windows, z/OS Comments Off on JMS/MQ Program That Creates Connection Factory from Scratch