Archive for the Category: Windows

MQ Visual Edit V2.0.0 Released

Capitalware Inc. would like to announce the official release of MQ Visual Edit V2.0.0. Version 2 includes the following revisions: a new GUI (desktop interface); a rewrite of the internals to improve speed and memory usage; and the implementation of support for topics and subscriptions. The cost for MQ Visual Edit V2.0.0 is $79.00 USD […]

Also posted in Capitalware, IBM MQ, IBM MQ Appliance, Linux, macOS (Mac OS X), MQ Visual Edit Comments Off on MQ Visual Edit V2.0.0 Released

MQ Visual Browse V2.0.0 Released

Capitalware Inc. would like to announce the official release of MQ Visual Browse V2.0.0. Version 2 includes the following revisions: a new GUI (desktop interface); a rewrite of the internals to improve speed and memory usage; and the implementation of support for topics and subscriptions. The cost for MQ Visual Browse V2.0.0 is $25.00 USD […]

Also posted in Capitalware, IBM MQ, IBM MQ Appliance, Linux, macOS (Mac OS X), MQ Visual Browse Comments Off on MQ Visual Browse V2.0.0 Released

Mozilla Firefox 49.0 Released

Mozilla Firefox has just released Mozilla Firefox v49.0. http://www.mozilla.com/firefox/ Mozilla Firefox is a free and open source web browser descended from the Mozilla Application Suite and managed by Mozilla Corporation. To display web pages, Firefox uses the Gecko layout engine, which implements most current web standards in addition to several features that are intended to […]

Also posted in Linux, macOS (Mac OS X), Open Source Comments Off on Mozilla Firefox 49.0 Released

WebSphere MQ v7.5.0 End of Service Date

IBM has announced the end of service date for WebSphere MQ v7.5.0. The end of service date for WebSphere MQ v7.5.0 on distributed platforms (Linux, Unix, Windows and IBM i) is April 30, 2018. The official announcement can be found here: http://www.ibm.com/support/docview.wss?uid=swg3t453863g97713d77 Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM i (OS/400), IBM MQ, Linux, Unix Comments Off on WebSphere MQ v7.5.0 End of Service Date

LibreOffice 5.2 Released

Document Foundation has just released LibreOffice v5.2. https://blog.documentfoundation.org/blog/2016/08/03/libreoffice-5-2-fresh-released-for-windows-mac-os-and-gnulinux/ LibreOffice is a comprehensive, professional-quality productivity suite that you can download and install for free. There is a large base of satisfied LibreOffice users worldwide, and it’s available in more than 30 languages and for all major operating systems, including Microsoft Windows, Mac OS X and Linux […]

Also posted in Linux, macOS (Mac OS X), Open Source Comments Off on LibreOffice 5.2 Released

Mozilla Firefox 48.0 Released

Mozilla Firefox has just released Mozilla Firefox v48.0. http://www.mozilla.com/firefox/ Mozilla Firefox is a free and open source web browser descended from the Mozilla Application Suite and managed by Mozilla Corporation. To display web pages, Firefox uses the Gecko layout engine, which implements most current web standards in addition to several features that are intended to […]

Also posted in Linux, macOS (Mac OS X), Open Source Comments Off on Mozilla Firefox 48.0 Released

Finally, a Beta of MQ Visual Edit V2

Finally, is an understatement. In December 2014, I decided it was time for version 2 of MQ Visual Edit. I had already done sketches of what MQ Visual Edit V2 should look like a couple of years earlier, so it was time to get rolling on the coding of it. I decided that version 2 […]

Also posted in Capitalware, IBM MQ, Linux, macOS (Mac OS X), MQ Visual Edit 5 Comments

Eclipse 4.6 (Neon) Released

On June 22nd, 2016, Eclipse Foundation has released the annual Eclipse release train: https://www.eclipse.org/org/press-release/20160622_neon.php Key Highlights of Neon Release Eclipse JSDT 2.0:New tools for JavaScript developers, including a JSON editor, support for Grunt/Gulp and a new Chromium V8 Debugger. Platform and JDT Features: Key Eclipse Platform improvements are HiDPI support and autosave. JDT’s Content Assist […]

Also posted in C, C++, Java, JMS, Linux, macOS (Mac OS X), Open Source, Programming Comments Off on Eclipse 4.6 (Neon) Released

Another Sample Java/MQ Program – MQWrite2

Someone over at Stack Overflow posted a question about logging MQ error messages to a file. After the user updated the posting, I recognized the code as mine (MQWrite.java) that I wrote back in 2000 (Yup, 16 years ago!!). So, I decided to bring MQWrite.java into this decade and created MQWrite2.java. Here is MQWrite2.java that […]

Also posted in IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Programming, Unix Comments Off on Another Sample Java/MQ Program – MQWrite2

A Tip for Handling Java/MQ Internal Message Class

Here’s an interesting head-scratcher. I was writing some Java code to handle an MQ message and in this particular case, it was an MQRFH2 message. The code below was working fine until I decided to dump (output) the message in hexadecimal. The printMsgHex() method is a simple method to retrieve the message and output. When […]

Also posted in IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), Programming, Unix Comments Off on A Tip for Handling Java/MQ Internal Message Class