Archive for the Category: Windows

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 i (OS/400), IBM MQ, IBM MQ Appliance, Java, JMS, Linux, macOS (Mac OS X), MQ Batch Toolkit, MQ Visual Browse, MQ Visual Edit, Programming, Unix, 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 i (OS/400), IBM MQ, Linux, Unix 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, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Programming, Unix, z/OS Comments Off on SQLite v3.23.0 Released

Easy Disaster Recovery with IBM MQ Advanced 9.0.5

Mark Campbell has posted a new blog item on disaster recovery with MQ Advanced 9.0.5 over at developerWorks: https://developer.ibm.com/messaging/2018/03/23/easy-disaster-recovery-ibm-mq-advanced-9-0-5/ Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM MQ, IBM MQ Appliance, Linux, Unix Comments Off on Easy Disaster Recovery with IBM MQ Advanced 9.0.5

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 IBM i (OS/400), Java, JMS, Linux, macOS (Mac OS X), Programming, Unix, 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 i (OS/400), IBM MQ, Linux, Unix Comments Off on IBM MQ Fix Pack 9.0.0.3 Released

IBM MQ V9.0.5 Continuous Delivery Announced

IBM has announced IBM MQ V9.0.5 Continuous Delivery: http://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/4/877/ENUSZP18-0084/index.html New features and enhancements for clients with MQ Advanced entitlement – Enhancements to the previously delivered Replicated Data Queue Manager support – New support for the MQ MFT REST administration interface – Identification of MQ Advanced installs – Improved performance for MQ AMS encryption on MQ […]

Also posted in Fix Packs for MQ, IBM MQ, IBM MQ Appliance, Linux, z/OS Comments Off on IBM MQ V9.0.5 Continuous Delivery Announced

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 i (OS/400), IBM MQ, Java, Linux, Programming, Unix, z/OS Comments Off on What is the default behaviour of method writeString of MQMessage for Java?

Levels of JRE and GSkit bundled with IBM MQ

IBM has posted a support note regarding the levels of JRE and GSkit bundled with IBM MQ http://www.ibm.com/support/docview.wss?uid=swg27038676 Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM MQ, Java, JMS, Linux, Security, Unix Comments Off on Levels of JRE and GSkit bundled with IBM MQ

Creating a Standard for MQ Messages to/from SQLite DB

Yesterday, I wrote about MQ Messages to/from SQLite DB which are a pair of utilities for offloading and loading messages to/from SQLite database. I thought it would be a good idea to publish what I designed so that other vendors, companies or users can easy use the standard. First, the SQL to create the table […]

Also posted in C, Capitalware, Database, IBM i (OS/400), IBM MQ, Linux, MQ Message Replication, Open Source, Programming, Unix Comments Off on Creating a Standard for MQ Messages to/from SQLite DB