Archive for the Category: Open Source

Java MQ Code to List All Local Queues and their Attributes

If you have done the following runmqsc command to display all local queues with attributes of a queue manager: And you wanted to do the same thing via a program, here is a fully functioning Java MQ example that will connect to a remote queue manager, issue a PCF “Inquire Queue” command, get the PCF […]

Also posted in Capitalware, HPE NonStop, IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), PCF, Programming, Unix, Windows Comments Off on Java MQ Code to List All Local Queues and their Attributes

Red Hat Enterprise Linux 8.0 Released

Red Hat has just released Red Hat Enterprise Linux 8.0. https://developers.redhat.com/blog/2019/05/07/red-hat-enterprise-linux-8-now-generally-available/ Red Hat Enterprise Linux (RHEL) is a Linux distribution developed by Red Hat and targeted toward the commercial market. Red Hat Enterprise Linux is released in server versions for x86, x86-64, Itanium, PowerPC and IBM Z, and desktop versions for x86 and x86-64. All […]

Also posted in Linux, Operating Systems Comments Off on Red Hat Enterprise Linux 8.0 Released

Fedora 30 Released

Fedora Project has just released Fedora 30. https://fedoramagazine.org/announcing-fedora-30/ Fedora is a Linux distribution developed by the community-supported Fedora Project and sponsored by Red Hat. Fedora contains software distributed under various free and open-source licenses and aims to be on the leading edge of such technologies. Fedora is the upstream source of the commercial Red Hat […]

Also posted in Linux, Operating Systems Comments Off on Fedora 30 Released

Ubuntu 19.04 Released

Canonical has just released Ubuntu v19.04. http://releases.ubuntu.com/19.04/ Super-fast, easy to use and free, the Ubuntu operating system powers millions of desktops, netbooks and servers around the world. Ubuntu does everything you need it to. It’ll work with your existing PC files, printers, cameras and MP3 players. And it comes with thousands of free apps. Regards, […]

Also posted in Linux, Operating Systems Comments Off on Ubuntu 19.04 Released

SQLite v3.28.0 Released

D. Richard Hipp has just released SQLite v3.28.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), Programming, Unix, Windows, z/OS Comments Off on SQLite v3.28.0 Released

Swift 5 Released

Ted Kremenek of Apple has announced release of Swift 5: https://swift.org/blog/swift-5-released/ Swift 5 is a major milestone in the evolution of the language. Thanks to ABI stability, the Swift runtime is now included in current and future versions of Apple’s platform operating systems: macOS, iOS, tvOS and watchOS. Swift 5 also introduces new capabilities that […]

Also posted in iPhone, iPad & iPod Touch, Linux, macOS (Mac OS X), Programming, Swift Comments Off on Swift 5 Released

New: Universal File Mover v2.0.0

Capitalware is pleased to announce the release of Universal File Mover v2.0.0. It is a free open source project. Universal File Mover is more than a simple tool to manage the transfer of files. It allows the user to combine business processes into a workflow. The user combines a series of Action commands to create […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Universal File Mover, Unix, Windows Comments Off on New: Universal File Mover v2.0.0

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), Linux, macOS (Mac OS X), Programming, Unix, Windows, z/OS Comments Off on SQLite v3.27.1 Released

FreeBSD v12.0 Released

The FreeBSD Release Engineering Team has just released FreeBSD v12.0. https://www.freebsd.org/releases/12.0R/announce.html FreeBSD is an advanced operating system for modern server, desktop, and embedded computer platforms. FreeBSD’s code base has undergone over thirty years of continuous development, improvement, and optimization. It is developed and maintained by a large team of individuals. FreeBSD provides advanced networking, impressive […]

Also posted in Operating Systems Comments Off on FreeBSD v12.0 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, Linux, macOS (Mac OS X), PCF, Programming, Unix, Windows, z/OS 1 Comment