Archive for the Category: Raspberry Pi

MQ Visual Edit V3.3.0 Released

Capitalware Inc. would like to announce the official release of MQ Visual Edit v3.3.0. This is a FREE upgrade for ALL licensed users of MQ Visual Edit V2/V3. MQ Visual Edit allows users to view, manipulate and manage messages in a queue and/or topic of an IBM MQ queue manager and presents the data in […]

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

MQ Visual Browse V3.3.0 Released

Capitalware Inc. would like to announce the official release of MQ Visual Browse v3.3.0. This is a FREE upgrade for ALL licensed users of MQ Visual Browse V2/V3. MQ Visual Browse allows users to view messages in a queue and/or topic of an IBM MQ queue manager and presents the data in a simplified format […]

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

MQ Batch Toolkit v3.2.3 Released

Capitalware Inc. would like to announce the official release of MQ Batch Toolkit v3.2.3. MQ Batch Toolkit allows users to manipulate, monitor and manage messages in a queue of an IBM MQ (formally WebSphere MQ & MQSeries) queue manager from a command-line or shell scripting environment. MQ Batch Toolkit can run on the following platforms: […]

Also posted in Capitalware, IBM MQ, IBM MQ Appliance, Linux, macOS (Mac OS X), MQ Batch Toolkit, Windows Comments Off on MQ Batch Toolkit v3.2.3 Released

MQTT Message Editing Suite V1.2.0 Released

Capitalware Inc. would like to announce the official release of MQTT Message Editing Suite V1.2.0. MQTT Message Editing Suite (MMES) application allows users to subscribe, publish, edit, copy, delete, forward, backup, restore, import and export messages of a topic of an MQTT Broker. MMES supports MQTT protocol versions 3.1, 3.1.1 and 5.0. MMES can run […]

Also posted in Capitalware, Linux, macOS (Mac OS X), MQTT, MQTT Message Editing Suite, Windows Comments Off on MQTT Message Editing Suite V1.2.0 Released

Java/MQ GUI Program to Monitor a Queue

A long time ago, I created a Java/MQ GUI program to monitor certain queues in various MQ environments because a backend system had a throughput limitation and the request messages sent to it needed a reply message within 60 seconds or it would cause issues. I called the program Throttler and not only did it […]

Also posted in IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, Programming, Windows Comments Off on Java/MQ GUI Program to Monitor a Queue

New Raspberry Pi 5 Announced

Raspberry Pi Foundation has just announced a new Raspberry Pi 5. https://www.raspberrypi.com/news/introducing-raspberry-pi-5/ Specifications: 2.4GHz quad-core 64-bit Arm Cortex-A76 CPU VideoCore VII GPU, supporting OpenGL ES 3.1, Vulkan 1.2 Dual 4Kp60 HDMI® display output 4Kp60 HEVC decoder Dual-band 802.11ac Wi-Fi® Bluetooth 5.0 / Bluetooth Low Energy (BLE) High-speed microSD card interface with SDR104 mode support 2 […]

Also posted in Education, Linux, Open Source, Operating Systems, Programming Comments Off on New Raspberry Pi 5 Announced

IBM MQ Download Links

If you are a developer and need a download link to something related to IBM MQ, sometimes it’s a real pain to find the link/page you need. So, I decided to create a blog posting with many of the useful IBM MQ links in 1 spot. IBM MQ Advanced for Developers on Windows IBM MQ […]

Also posted in IBM MQ, Linux, macOS (Mac OS X), Unix, Windows Comments Off on IBM MQ Download Links

Java 19 Released

Oracle has just released Java 19. https://www.oracle.com/news/announcement/oracle-releases-java-19-2022-09-20/ https://openjdk.java.net/projects/jdk/19/ https://www.infoworld.com/article/3653331/jdk-19-the-new-features-in-java-19.html Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers, as well as in today’s demanding embedded environments. Java offers the rich user interface, performance, versatility, portability, and security that today’s applications require. Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM i (OS/400), Java, JMS, Linux, macOS (Mac OS X), Programming, Unix, Windows, z/OS Comments Off on Java 19 Released

Java/PCF Program to Delete an IBM MQ Channel

A couple of days ago, I posted a Java/PCF program that would create a IBM MQ channel. So, if you require creating a channel via Java/PCF then you probably will need to delete a channel via Java/PCF. If you are used to deleting an IBM MQ channel using runmqsc command then the following simple Java/PCF […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, Unix, Windows, z/OS Comments Off on Java/PCF Program to Delete an IBM MQ Channel

Java/PCF Program to Create an IBM MQ SVRCONN Channel

A couple of weeks ago, I posted a Java/PCF Program to Create an IBM MQ Queue. So, today I thought I would create a Java/PCF program to create an IBM MQ SVRCONN channel If you are used to creating an IBM MQ channel using runmqsc command then the following simple Java/PCF program will create a […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, Unix, Windows, z/OS Comments Off on Java/PCF Program to Create an IBM MQ SVRCONN Channel