Author Archives: Roger Lacroix

My name is Roger Lacroix and I am a die hard programmer. I have been programming since the 80s. My favorite programming languages are Java, C and Rexx. I have worked in the Airline, Retail but I have spent most of my time doing middleware work in the financial services industry. In 1994, I was introduced to IBM MQ (aka WebSphere MQ & MQSeries) and I thought it was the next best thing since man created fire. This blog will be about IBM MQ, Java, C, Rexx and any other interesting items that I can think of. I hope you enjoy it.

RIP: MQ Technical Conference

s

Capitalware Inc. is a small software company specializing in IBM MQ. Capitalware used to be a vendor at IBM’s Transaction and Messaging Technical Conferences (T&M Conference). IBM merged several conferences including the T&M Conference into Impact 2007. I went as a vendor to Impact 2007 but found that most attendees were not involved in MQ. […]

Capitalware, Education, IBM MQ, MQ Technical Conference 10 Comments

How to Compile and Link MQ Programs on Linux

s

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 […]

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

Knock knock

s

IBM: Knock knock User: Who’s there? IBM: MQ User: MQ who? IBM: IBM MQ Client for macOS In case you didn’t hear, IBM has released “IBM MQ macOS toolkit for developers” a couple of days ago. I downloaded and installed it. I simply uncompressed it into my home directory. I played around with a bunch […]

C, IBM MQ, macOS (Mac OS X), Programming Comments Off on Knock knock

SQLite v3.27.1 Released

s

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.

C, Database, IBM i (OS/400), Linux, 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

s

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 […]

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

IBM MQ macOS toolkit for developers

s

IBM releases IBM MQ macOS toolkit for developers. I’m shocked and wildly surprised that IBM did this. https://developer.ibm.com/messaging/2019/02/05/ibm-mq-macos-toolkit-for-developers/ This toolkit provides the ability to develop and interact directly with MQ from your Mac, for developers using the language interfaces; such as C, C++, COBOL, GoLang, and Node.js; which are built on the platform-native C library […]

C, C++, IBM MQ, Java, JMS, macOS (Mac OS X), Programming Comments Off on IBM MQ macOS toolkit for developers

NBR: Privacy Policies: What are we really agreeing to?

s

I have been watching NBR (Nightly Business Report) for a very, very long time. Last night, it had an awesome segment on data privacy policies. They explained the data privacy issues so that the average user will understand it. Everyone should watch this 5 minute segment: Regards, Roger Lacroix Capitalware Inc.

Security Comments Off on NBR: Privacy Policies: What are we really agreeing to?

More Spam Garbage

s

For the last week, I have been receiving the following emails (and variations) to a variety of email accounts for the different domains I have. I have been laughing about it, deleting them and moving on. But today is Monday and I’m in no mood for this crap. Hey dumb ass spammers, I’ll let some […]

Capitalware Comments Off on More Spam Garbage

Sad News Regarding Søren Hansen

s

Today, I was trying to reach Søren Hansen of SystemUdvikling. His wife (Birgitte Ryberg) responded and said that Søren had died of cancer in December 2018. I just thought I should let everyone know and express my sincerest condolences to his family and friends. Søren ran his own company called SystemUdvikling. SystemUdvikling was a partner […]

Capitalware Comments Off on Sad News Regarding Søren Hansen

Customer Requested Updates to MQMR

s

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 […]

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