Archive for the Category: Windows

Code to Show the IBM MQ JMS Message Named Property Issue

I’m getting comments/questions about the blog posting I made yesterday: IBM MQ JMS Message Named Property Issues. There are 2 ways to create a JMS message with a non-JMS Java program: You can use the MQRFH2 class You can use Named Properties and specify “mcd.Msd”, “jms.Dst” and “jms.Pri” properties. Here is a simple non-JMS Java […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, Java, JMS, Linux, macOS (Mac OS X), Programming, Unix, z/OS 2 Comments

IBM MQ JMS Message Named Property Issues

Ah, the joys of writing applications for IBM MQ and inevitable customer support that goes with it. 🙂 Late last week, a customer contacted me with an issue with MQ Visual Edit (MQVE) saying after adding Named Properties (i.e. mcd.Msd, etc.) to a regular message which should turn it into a JMS message, they could […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, Java, JMS, Linux, macOS (Mac OS X), MQ Visual Edit, Programming, Unix, z/OS 3 Comments

More Information on Command Server’s Issues

As some of you may have read in T.Rob Wyatt’s blog, I’ve been doing some testing with MQ Auditor enabled on a queue manager to see what is going on under the covers with MQ and sending my results to T.Rob. I was just going to send a simple note to T.Rob saying he should […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, Java, Linux, MQ Visual Edit, Unix, z/OS 2 Comments

IBM MQ Fix Pack 8.0.0.9 Released

IBM has just released FixPack 8.0.0.9 for IBM MQ http://www.ibm.com/support/docview.wss?uid=swg22015103 Regards, Roger Lacroix Capitalware Inc.

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

IBM MQ Lab Speakers’ Sessions for MQTC v2.0.1.8

The IBM MQ Lab in Hursley, UK will be sending a group of speakers (speakers names TBA) to MQ Technical Conference v2.0.1.8 (MQTC). Here are the list of sessions so far: What’s New in IBM MQ Introduction to IBM MQ Benefiting from the IBM MQ Appliance Introduction to MQ Publish/Subscribe Running MQ in the Cloud […]

Also posted in Education, IBM i (OS/400), IBM MQ, Linux, MQ Technical Conference, Programming, Security, Unix, z/OS 1 Comment

Determining if the MQ client fileset package is installed

IBM Support has posted a Technote on determining if the MQ client fileset package is installed. Example commands are listed for AIX, HP-UX, Linux, Solaris, and Windows operating systems. https://www.ibm.com/support/docview.wss?uid=swg21299538 Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM MQ, Linux, Unix Comments Off on Determining if the MQ client fileset package is installed

IBM MQ v8.0 End of Service Date

The end of service date for IBM MQ v8.0 on distributed platforms (Linux, Unix, Windows and IBM i) is April 30, 2020. The IBM MQ Software lifecycle page is at: http://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/4/897/ENUS918-054/index.html Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM i (OS/400), IBM MQ, Linux, Unix 2 Comments

Creating A JMS (MQRFH2) Message in non-JMS Java Application

This is the third post regarding JMS (MQRFH2) messages in non-JMS application. The previous 2 are: Handling A JMS (MQRFH2) Message in non-JMS Java Application JMS (MQRFH2) Message But The User Sees Garbage If you want to create JMS messages then the simplest solution is to use the IBM MQ classes for JMS. In case […]

Also posted in IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, JMS, Linux, macOS (Mac OS X), Programming, Unix, z/OS 2 Comments

Handling A JMS (MQRFH2) Message in non-JMS Java Application

In the post ‘JMS (MQRFH2) Message But The User Sees Garbage‘, I wrote about how to properly view a JMS message (aka MQRFH2 message) on an MQ queue. I mentioned in the posting that non-JMS applications can be coded to deal with JMS messages. So in this posting, I’ll show you code for handling both […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, JMS, Linux, macOS (Mac OS X), Programming, Unix, z/OS 2 Comments

SQLite v3.23.1 Released

D. Richard Hipp has just released SQLite v3.23.1. http://www.sqlite.org/news.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. Regards, Roger Lacroix Capitalware Inc.

Also posted in C, Database, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Programming, Unix, z/OS Comments Off on SQLite v3.23.1 Released