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.

FreeBSD v9.0 Released

s

The FreeBSD Release Engineering Team has just released FreeBSD v9.0. http://www.freebsd.org/releases/9.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 […]

Open Source, Operating Systems Comments Off on FreeBSD v9.0 Released

Watching a Directory and Sending Files with MQ File Mover (How To #5)

s

In this blog posting, I will show you how to configure MQ File Mover to watch a directory for new files and send the new files immediately. In this example, MQ File Mover will connect to the queue manager in “client mode”. In the MQ File Mover’s Watch Action, the user can specify all files […]

Capitalware, IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows Comments Off on Watching a Directory and Sending Files with MQ File Mover (How To #5)

NASA launches code.nasa.gov

s

NASA just launched code.nasa.gov to “continue, unify, and expand NASA’s open source activities.” You can browse NASA’s open source projects, the first 4 projects are now available: OpenMDAO – a Multidisciplinary Design Analysis and Optimization framework written in Python World Wind – a 3D interactive world viewer created by NASA’s Learning Technologies project Vision Workbench […]

Open Source Comments Off on NASA launches code.nasa.gov

Free e-book from McGraw-Hill: Understanding Big Data

s

McGraw-Hill is giving away free copies of the e-book: Understanding Big Data: Analytics for Enterprise Class Hadoop and Streaming Data https://www14.software.ibm.com/webapp/iwm/web/signup.do?source=sw-infomgt&S_PKG=500016891 Authored by IBM experts, Understanding Big Data will get you up to speed on big data technology, help you understand the big data opportunity, and provide criteria for choosing the right big data platform […]

E-Book, Education Comments Off on Free e-book from McGraw-Hill: Understanding Big Data

Best Paper Awards in Computer Science

s

If you need new reading material and/or want to stretch your mind then have a look at this site: http://jeffhuang.com/best_paper_awards.html Jeff Huang has a web page devoted to Best Paper Awards in Computer Science. The papers are categorized under the following topics: Artificial Intelligence, Computer Vision, Data Mining, Databases, Human-Computer Interaction, Information Retrieval, Knowledge Management, […]

General Comments Off on Best Paper Awards in Computer Science

WebSphere MQ v7.1 and MQAUSX

s

Capitalware has begun testing MQAUSX with WebSphere MQ (WMQ) v7.1 and everything is working very well. There are 2 items that everyone needs to be aware of when using MQAUSX with WMQ v7.1. 1. WMQ v7.1 has a new feature called Channel Authentication Records. (A poor name as no authentication is actually taking place. IBM […]

Capitalware, IBM i (OS/400), IBM MQ, Linux, MQ Authenticate User Security Exit, Security, Unix, Windows 7 Comments

Merry Christmas and Happy New Year

s

I would like to wish everyone a Merry Christmas, Happy Hanukkah, Happy Kwanzaa, etc… and a Happy New Year. 🙂 Regards, Roger Lacroix Capitalware Inc.

General Comments Off on Merry Christmas and Happy New Year

New: MQ Visual Edit v1.5.5

s

Capitalware Inc. would like to announce the official release of MQ Visual Edit v1.5.5. This is a FREE upgrade for ALL licensed users of MQ Visual Edit. MQ Visual Edit allows users to view, manipulate and manage messages in a queue of a WebSphere MQ (formally MQSeries) queue manager and presents the data in a […]

Capitalware, IBM MQ, Java, Linux, macOS (Mac OS X), MQ Visual Edit, Unix, Windows Comments Off on New: MQ Visual Edit v1.5.5

New: MQ Visual Browse v1.5.5

s

Capitalware Inc. would like to announce the official release of MQ Visual Browse v1.5.5. This is a FREE upgrade for ALL licensed users of MQ Visual Browse. MQ Visual Browse allows users to view messages in a queue of a WebSphere MQ (formally MQSeries) queue manager and presents the data in a simplified format similar […]

Capitalware, IBM MQ, Java, Linux, macOS (Mac OS X), MQ Visual Browse, Unix, Windows Comments Off on New: MQ Visual Browse v1.5.5

ProGuard v4.7 Released

s

Eric Lafortune has just released ProGuard v4.7. http://proguard.sourceforge.net/ ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names. Finally, it preverifies the processed code […]

Java, Open Source, Programming Comments Off on ProGuard v4.7 Released