Archive for the Category: Linux

How to Compile and Link MQ Programs on Linux

Someone on StackOverflow asked “How to compile a C program without knowing the include files”. JasonE gave a really good answer, so I thought I would repeat it here: To compile and link 64-bit MQ applications on Linux, follow the instructions here To compile and link 32-bit MQ applications on Linux, follow the instructions here […]

Also posted in C, C++, IBM MQ, Programming Comments Off on How to Compile and Link MQ Programs on Linux

SQLite v3.27.1 Released

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

IBM MQ V9.1.2 Announced

IBM has announced IBM MQ V9.1.2: http://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/1/877/ENUSZP19-0031/index.html Highlights: MQ V9.1.2 base automatically balances a pool of connected applications across a set of available queue managers. MQ V9.1.2 base provides enhanced REST Messaging performance with connection pools. MQ Advanced V9.1.2 includes the capabilities in MQ V9.1.2 base and new REST API calls for MQ Managed File […]

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

Customer Requested Updates 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). I designed MQMR to be extremely light-weight when replicating messages to target queues. MQMR determines if […]

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

Customer Requested Updates to MQCCI

In December, I had a call with a potential customer regarding MQ Channel Connection Inspector (MQCCI). Their security concerns were similar to what I posted several months ago in “So You Secured MQ But How Do You Know It Is Secure?“. During the discussion, they brought up a couple of interesting comments: How to correlate […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, MQ Channel Connection Inspector, Unix, Windows, z/OS Comments Off on Customer Requested Updates to MQCCI

New MQCE and MQCT IniFile GUI Tools

Since I had a little free time in December, I decided to create IniFile GUI Tools for both MQ Channel Encryption (MQCE) and MQ Channel Throttler (MQCT). Previously, I never bothered creating IniFile GUI Tools for those 2 products because they don’t have many keyword parameters but I figured “why not”, if it makes the […]

Also posted in Capitalware, IBM MQ, MQ Channel Encryption, MQ Channel Throttler, Unix, Windows Comments Off on New MQCE and MQCT IniFile GUI Tools

IBM MQ Fix Pack 8.0.0.11 Released

IBM has just released Fix Pack 8.0.0.11 for IBM MQ https://www.ibm.com/support/docview.wss?uid=ibm10744749 Regards, Roger Lacroix Capitalware Inc.

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

Update to Java MQ PCF Code Samples

Tim Zielke posted a comment to my blog posting of Java MQ Code to List Channel Status about an extra PCF response from a z/OS queue manager that caused the code to throw an exception. So, I updated line # 156 in MQListChannelStatus01.java to be: You can download the updated source code for MQListChannelStatus01.java from […]

Also posted in IBM i (OS/400), IBM MQ, Java, macOS (Mac OS X), Open Source, PCF, Programming, Unix, Windows, z/OS 1 Comment

Static Analysis of Java Code

A few weeks ago, I was reading Java Magazine and in the current issue, it was reviewing the results of a Java Developer survey. One of the questions in the survey was “Which static quality tools do you use?”. I guess I’m part of the 36% of the people (results of the survey) who don’t […]

Also posted in IBM i (OS/400), Java, JMS, macOS (Mac OS X), Programming, Unix, Windows, z/OS Comments Off on Static Analysis of Java Code

SQLite v3.26.0 Released

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