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

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 MQ, Linux, MQ Message Replication, Open Source, Programming, Unix, Windows Comments Off on Creating a Standard for MQ Messages to/from SQLite DB

MQ Messages to/from SQLite DB

Capitalware has an MQ solution called MQ Message Replication (MQMR). MQ Message Replication will clone messages being written (via MQPUT or MQPUT1 API calls) to an application’s output queue and MQMR will write the exact same messages to ‘n’ target queues (‘n’ can be up to 100). When MQMR replicates a message both the message […]

Also posted in Capitalware, Database, IBM MQ, Linux, MQ Message Replication, Unix, Windows Comments Off on MQ Messages to/from SQLite DB

MQ Messages and GDPR – What are you doing about it?

What is GDPR? From Wikipedia: The General Data Protection Regulation (GDPR) (Regulation (EU) 2016/679) is a regulation by which the European Parliament, the Council of the European Union and the European Commission intend to strengthen and unify data protection for all individuals within the European Union (EU). It also addresses the export of personal data […]

Also posted in Capitalware, IBM MQ, Linux, MQ Message Encryption, Security, Unix, Windows Comments Off on MQ Messages and GDPR – What are you doing about it?

Capitalware z/OS and IBM i Product Advisory

A potential bug was discovered in Capitalware’s logging framework, see here for more details, for commercial and “Licensed as Free” products for z/OS and IBM i. Commercial Products affected: MQ Authenticate User Security Exit for IBM i MQ Channel Encryption for IBM i MQ Standard Security Exit for IBM i MQ Authenticate User Security Exit […]

Also posted in Capitalware, IBM MQ, Licensed As Free, MQ Authenticate User Security Exit, MQ Channel Encryption, MQ Standard Security Exit, z/OS Comments Off on Capitalware z/OS and IBM i Product Advisory

SQLite v3.22.0 Released

D. Richard Hipp has just released SQLite v3.22.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.22.0 Released

T.Rob’s post of “When deprecated != deprecated”

T.Rob Wyatt of IoPT Consulting has a new blog posting called “When deprecated != deprecated“. If you use SSL/TLS with IBM MQ then you should read it: https://t-rob.net/2018/01/19/when-deprecated-deprecated/ Here is the current IBM MQ Depreciated Cipher page. Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM MQ, Linux, Security, Unix, Windows, z/OS Comments Off on T.Rob’s post of “When deprecated != deprecated”

I’m a Bad Programmer! ;)

If I was in a code walk-through of someone else’s code and found the bug that I just found in my code, I would say “that is some bad programming”. So, I’ll admit it – I’m a bad programmer! 😉 A long time ago, I created a nice logging framework (C code) for Capitalware’s products. […]

Also posted in C, Capitalware, IBM MQ, Programming, z/OS Comments Off on I’m a Bad Programmer! ;)

Beta testers needed for MQ Channel Connection Inspector

All, Capitalware is ready for beta testers for a new solution called: MQ Channel Connection Inspector. Have you ever had client applications or remote queue managers attempt to connect to your queue manager but failed and the user claimed they used the “correct values”. I’ve created a new solution to quickly diagnose this problem and […]

Also posted in Capitalware, IBM MQ, Linux, MQ Channel Connection Inspector, Security, Unix, Windows, z/OS Comments Off on Beta testers needed for MQ Channel Connection Inspector

Sample Java Code to Subscribe to an IBM MQ Topic

Here is blog posting # 2 on subscribing to a topic in IBM MQ. More code examples – here is a Java IBM MQ (non-JMS) sample program to subscribe to a topic within a queue manager of IBM MQ. It will receives messages until ‘no messages available’ exception which is set for 30 seconds. You […]

Also posted in IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Programming, Unix, Windows, z/OS Comments Off on Sample Java Code to Subscribe to an IBM MQ Topic

Sample Java Code to Publish to an IBM MQ Topic

Programmers always have questions about coding Pub/Sub in IBM MQ. I’ll do 2 blog posting: one on publishing to a topic and the next one on subscribing to a topic in IBM MQ. Since everyone likes code examples, here is a Java IBM MQ (non-JMS) sample program to publish a message to a topic within […]

Also posted in IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Programming, Unix, Windows, z/OS Comments Off on Sample Java Code to Publish to an IBM MQ Topic