Archive for the Category: Linux

IBM MQ Fix Pack 9.1.0.5 Released

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

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

End of Service Date: IBM MQ v8.0 & IBM MQ Appliance M2000

The end of service date for IBM MQ v8.0 on AIX, HP-UX, IBM i, Linux, Solaris, Windows, z/OS and IBM MQ Appliance M2000 is April 30, 2020. Here is the IBM MQ announcement page: https://www.ibm.com/support/pages/announcement-end-support-ibm-mq-80-and-ibm-mq-appliance-m2000 Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM i (OS/400), IBM MQ, IBM MQ Appliance, Unix, Windows, z/OS Comments Off on End of Service Date: IBM MQ v8.0 & IBM MQ Appliance M2000

IBM MQ V9.1.5 Announced

IBM has announced IBM MQ V9.1.5 for Multiplatforms: https://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/9/877/ENUSZP20-0119/index.html Planned availability for IBM MQ V9.1.5 is April 2, 2020 for Electronic software delivery. Ian Harwood of IBM wrote a blog posting summarizing the IBM V9.1.5 CD release. https://community.ibm.com/community/user/imwuc/blogs/ian-harwood1/2020/04/02/mq915ga IBM MQ (aka WebSphere MQ) homepage https://www.ibm.com/products/mq Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM MQ, IBM MQ Appliance, Unix, Windows, z/OS Comments Off on IBM MQ V9.1.5 Announced

Customer Requested Enhancement to MQMR

MQ Message Replication (MQMR) is an MQ API Exit. An MQ API Exit is configured to run within the queue manager’s address space (or the application’s address space if the application connects in bindings mode to the queue manager). For MQMR v1.1.0, a customer requested that information be added to the replicated messages, so that […]

Also posted in Capitalware, Database, IBM i (OS/400), IBM MQ, MQ Message Replication, Unix, Windows Comments Off on Customer Requested Enhancement to MQMR

memmem() Function for a C Program

Last week, I needed a function for a C program that would search a string not null terminated for a string not null terminated. Hence, I could not use strstr() function because it requires the strings to be null terminated. So, I checked my trusty C Runtime Library Reference and found nothing that matched. Now […]

Also posted in C, HPE NonStop, IBM i (OS/400), macOS (Mac OS X), Open Source, Programming, Unix, Windows, z/OS Comments Off on memmem() Function for a C Program

IBM MQ Fix Pack 9.0.0.9 Released

IBM has just released Fix Pack 9.0.0.9 for IBM MQ V9.0 LTS https://www.ibm.com/support/pages/node/3255381?myns=swgws&mynp=OCSSYHRD Regards, Roger Lacroix Capitalware Inc.

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

IBM Integration Technical Conference 2020

After I received David La Rose of IBM’s email, I replied asking about the IBM Integration Technical Conference 2020 and I copied Ray Daniel of IBM on the email. Ray Daniel replied with an official statement of: Thank you for your interest in the Integration Technical Conference 2020 on March 16-19. Due to participant travel […]

Also posted in IBM i (OS/400), IBM MQ, Programming, Security, Unix, Windows, z/OS Comments Off on IBM Integration Technical Conference 2020

IBM Think 2020

I just received the following email from David La Rose of IBM saying that IBM Think 2020 has been cancelled and turn into a virtual event. Here is what email said: The health of IBM’s clients, employees and business partners is our primary concern. In light of global precautions for the COVID-19 Coronavirus, and building […]

Also posted in .NET, C, C#, C++, Education, IBM i (OS/400), IBM MQ, Java, JMS, Programming, Security, Unix, Windows, z/OS Comments Off on IBM Think 2020

Java’s Missing Byte Array Class

After 25 years, it is still surprising that Java doesn’t have a proper byte array class. There can be many reasons that the data a Java program needs to work with is in a byte array. It could be the contents of a file or MQTT message or IBM MQ message, etc. Since there is […]

Also posted in HPE NonStop, IBM i (OS/400), Java, JMS, macOS (Mac OS X), Open Source, Programming, Raspberry Pi, Unix, Windows, z/OS 3 Comments

Updated Request & Reply JMS/MQRFH2 Messaging Scenario

The person on StackOverflow made a comment that I was using a static string as my reply message. Humm. Some times people cannot see the forest for the trees. So, I have updated my sample Java/MQ (i.e. MQTest77.java) in this posting to do the following: Connect to a remote queue manager Open an input queue, […]

Also posted in IBM i (OS/400), IBM MQ, macOS (Mac OS X), Programming, Unix, Windows, z/OS Comments Off on Updated Request & Reply JMS/MQRFH2 Messaging Scenario