Archive for the Category: IBM i (OS/400)

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 MQ, Linux, Unix, Windows 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 MQ, IBM MQ Appliance, Java, JMS, Linux, macOS (Mac OS X), Programming, Unix, Windows, 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 MQ, IBM MQ Appliance, Java, JMS, Linux, macOS (Mac OS X), Programming, Unix, Windows, 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, Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows, z/OS Comments Off on SQLite v3.23.1 Released

JMS (MQRFH2) Message But The User Sees Garbage

I swear at least once a month I read about someone complaining that they are seeing garbage (unreadable) output when they try to read their JMS (aka MQRFH2) message in IBM MQ. The user will put a message to a queue with their JMS application then try and read it with a non-JMS tool and […]

Also posted in IBM MQ, IBM MQ Appliance, Java, JMS, Linux, macOS (Mac OS X), MQ Batch Toolkit, MQ Visual Browse, MQ Visual Edit, Programming, Unix, Windows, z/OS Comments Off on JMS (MQRFH2) Message But The User Sees Garbage

Tic-Toc: WebSphere MQ v7.5 End of Service Date

The end of service date for WebSphere MQ v7.5 on distributed platforms (Linux, Unix, Windows and IBM i) is April 30, 2018. The official announcement can be found here: http://www.ibm.com/support/docview.wss?uid=swg3t453863g97713d77 Summary for MQ End of Service Dates: WebSphere MQ v7.5 is April 30, 2018. WebSphere MQ v7.1 was April 30, 2017. WebSphere MQ v7.0.1 was […]

Also posted in IBM MQ, Linux, Unix, Windows 2 Comments

SQLite v3.23.0 Released

D. Richard Hipp has just released SQLite v3.23.0. 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, Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows, z/OS Comments Off on SQLite v3.23.0 Released

Java 10 Released

Oracle has just released Java 10. http://www.oracle.com/technetwork/java/javase/10-relnote-issues-4108729.html Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers, as well as in today’s demanding embedded environments. Java offers the rich user interface, performance, versatility, portability, and security that today’s applicationsrequire. Regards, Roger Lacroix Capitalware Inc.

Also posted in Java, JMS, Linux, macOS (Mac OS X), Programming, Unix, Windows, z/OS Comments Off on Java 10 Released

IBM MQ Fix Pack 9.0.0.3 Released

IBM has just released FixPack 9.0.0.3 for IBM MQ V9.0 LTS http://www.ibm.com/support/docview.wss?uid=swg24044508 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM MQ, Linux, Unix, Windows Comments Off on IBM MQ Fix Pack 9.0.0.3 Released

What is the default behaviour of method writeString of MQMessage for Java?

Paul Titheridge has posted a blog item over at developerWorks with the title “What is the default behaviour of the IBM MQ classes for Java method MQMessage.writeString(String)?”: https://developer.ibm.com/messaging/2018/03/09/mqmessage-writestring-default-behaviour/ Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM MQ, Java, Linux, Programming, Unix, Windows, z/OS Comments Off on What is the default behaviour of method writeString of MQMessage for Java?