Archive for the Category: Raspberry Pi

Capitalware releases MQ Batch Toolkit for Raspberry Pi

Capitalware Inc. would like to announce the official release of MQ Batch Toolkit for Raspberry Pi. 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 […]

Also posted in Capitalware, IBM MQ, MQ Batch Toolkit Comments Off on Capitalware releases MQ Batch Toolkit for Raspberry Pi

Capitalware releases MQTT Message Editing Suite for Raspberry Pi

Capitalware Inc. would like to announce the official release of MQTT Message Editing Suite for Raspberry Pi. 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. The messages of a topic are presented in a table […]

Also posted in Capitalware, MQTT, MQTT Message Editing Suite Comments Off on Capitalware releases MQTT Message Editing Suite for Raspberry Pi

Capitalware releases World Clocks for Raspberry Pi

Capitalware Inc. would like to announce the availability of World Clocks for Raspberry Pi. The World Clocks application allows the user to quickly view the time and date from various time zones from around the world. World Clocks can display as many time zones that will fit on the user’s display. World Clocks is available […]

Also posted in Capitalware, Licensed As Free Comments Off on Capitalware releases World Clocks for Raspberry Pi

Raspberry Pi 4 and Network Interfaces

When I received my new Raspberry Pi 4, I simply plugged in the keyboard, mouse, power, monitor and booted it up. I originally just used a WiFi connection for everything including downloading IBM MQ. I setup MQ Visual Edit, MQ Explorer, PuTTY and FAR to connect to my Raspberry Pi 4. Now that I had […]

Also posted in Capitalware, IBM MQ, Operating Systems Comments Off on Raspberry Pi 4 and Network Interfaces

Raspberry Pi 4 and IBM MQ

I have a new Raspberry Pi 4 with 8GB of RAM and I decided to install the latest release of IBM MQ on it. The current available release of IBM MQ is v9.2.1 CD. If you want to try out IBM MQ on Raspberry Pi then just follow the instructions on this page. The instructions […]

Also posted in Capitalware, IBM MQ, Operating Systems Comments Off on Raspberry Pi 4 and IBM MQ

C Code to Lookup MQ Reason Code

Starting with the release of IBM MQ v8.0, IBM included a new header file called: cmqstrc.h. The file description says: This file provides mappings between MQI constant values and string versions of their definitions. In the cmqstrc.h file, from IBM MQ v9.2, there are 342 subroutines for looking up the various integer values and returning […]

Also posted in C, Capitalware, HPE NonStop, IBM i (OS/400), IBM MQ, Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows, z/OS Comments Off on C Code to Lookup MQ Reason Code

Replay of Online Meetup: Enterprise messaging on the Raspberry Pi with IBM MQ

If you wanted to attend the online meetup of Enterprise messaging on the Raspberry Pi with IBM MQ but could not attend, you can now watch the replay of it at: https://www.crowdcast.io/e/learn-about-ibm-mq-an/register Regards, Roger Lacroix Capitalware Inc.

Also posted in Education, IBM MQ Comments Off on Replay of Online Meetup: Enterprise messaging on the Raspberry Pi with IBM MQ

Online Meetup: Enterprise messaging on the Raspberry Pi with IBM MQ

Richard Coppen and Max Kahan of IBM Hursley, UK are hosting an Online Meetup called Enterprise messaging on the Raspberry Pi with IBM MQ. It will be hosted on CrowdCast on November 2, 2020. To learn more about it and to sign up, go to: https://www.crowdcast.io/e/learn-about-ibm-mq-an/register Regards, Roger Lacroix Capitalware Inc.

Also posted in Education, IBM MQ Comments Off on Online Meetup: Enterprise messaging on the Raspberry Pi with IBM MQ

IBM MQ on Raspberry Pi

Max Kahan has posted a blog posting detailing how to get up and running with IBM MQ on Raspberry Pi. IBM MQ on Raspberry Pi – our tastiest developer edition yet! Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM MQ Comments Off on IBM MQ on Raspberry Pi

Java Method to Output a Byte Array in HEX Dump Format

On StackOverflow, I posted code to output a byte array in a HEX dump format. I thought I should post the code here as a complete working sample. You can download the source code from here. You can copy the 2 methods (dumpBuffer & formatHex) to your general purpose toolkit and use them in any […]

Also posted in HPE NonStop, IBM i (OS/400), Java, JMS, Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows 2 Comments