Archive for the Category: Windows

Java MQ Code to List Queue Status

The other day I answered a question on StackOverflow about getting the LGETIME and LPUTIME attributes of queue status command. I figured I should also post the code here for everyone to read & use. If you have done the runmqsc command for Queue Status of Type ‘Queue’ for all queues of a queue manager […]

Also posted in Capitalware, HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, Unix Comments Off on Java MQ Code to List Queue Status

IBM MQ 9.1 and IBM MQ Appliance M2002 are announced

IBM has just announced IBM MQ 9.1 and IBM MQ Appliance M2002: https://developer.ibm.com/messaging/2018/07/03/ibm-mq-9-1-ibm-mq-appliance-m2002-announced-plus-small-tweak-continuous-delivery-support/ IBM MQ 9.1 Long Term Support and IBM MQ Appliance M2002 have announced today. IBM MQ 9.1 consolidates product features delivered throughout the IBM MQ 9.0.x continuous delivery releases. IBM MQ 9.1 LTS will be the default firmware level on the new […]

Also posted in IBM i (OS/400), IBM MQ, Linux, Unix, z/OS Comments Off on IBM MQ 9.1 and IBM MQ Appliance M2002 are announced

Eclipse 4.8 (Photon) Released

On June 27th, 2018, Eclipse Foundation has released the annual Eclipse release train: https://projects.eclipse.org/releases/photon Eclipse is an open source community, whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle. The Eclipse Foundation is a not-for-profit, member supported corporation […]

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

New Category – Fix Packs for MQ

I decided to create a new category on my blog called “Fix Packs for MQ”. This will allow people to find MQ Fix Packs quickly. A direct link to the new category is: http://www.capitalware.com/rl_blog/?cat=65 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, HPE NonStop, IBM i (OS/400), IBM MQ, Linux, Unix, z/OS 1 Comment

IBM MQ Fix Pack 8.0.0.10 Released

IBM has just released Fix Pack 8.0.0.10 for IBM MQ http://www.ibm.com/support/docview.wss?uid=swg22017459 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM MQ, Linux, Unix Comments Off on IBM MQ Fix Pack 8.0.0.10 Released

IBM MQ Fix Pack 9.0.0.4 Released

IBM has just released Fix Pack 9.0.0.4 for IBM MQ V9.0 LTS http://www.ibm.com/support/docview.wss?uid=swg24044869 Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM i (OS/400), IBM MQ, Linux, Unix Comments Off on IBM MQ Fix Pack 9.0.0.4 Released

Security Risk for MQ Model Queue

Well, I learnt something new today: an MQ model queue is a security risk! It is not that a model queue in of itself is a security risk but rather what you can do with a model queue to get a backdoor to a queue or maybe it is called a ‘side channel attack’ of […]

Also posted in .NET, C, C#, C++, HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, JMS, Linux, Programming, Security, Unix, z/OS 1 Comment

SQLite v3.24.0 Released

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

C# .NET Code to Get a Message from a Remote Queue Manager

In my previous posting here, I did a write up of putting a message to a queue in a remote queue manager using C# .NET. In this blog posting, I’ll show you how to get a message from a queue of a remote queue manager using C# .NET. If you are familiar with IBM MQ […]

Also posted in .NET, C#, IBM MQ, IBM MQ Appliance, Open Source, Programming Comments Off on C# .NET Code to Get a Message from a Remote Queue Manager

C# .NET Code to Put a Message to a Remote Queue Manager

I write a lot of C & Java code and I like to publish working examples of C and Java using MQ. So, I thought I should throw a little love towards C# .NET. 🙂 If you are familiar with IBM MQ Classes for Java then writing code with IBM MQ Classes for .NET will […]

Also posted in .NET, C#, IBM MQ, IBM MQ Appliance, Programming Comments Off on C# .NET Code to Put a Message to a Remote Queue Manager