Archive for the Category: HPE NonStop

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, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, macOS (Mac OS X), Open Source, PCF, Programming, Unix, Windows Comments Off on Java MQ Code to List Queue Status

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, IBM i (OS/400), IBM MQ, Linux, Unix, Windows, z/OS 1 Comment

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++, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, JMS, Linux, Programming, Security, Unix, Windows, z/OS 1 Comment

IBM MQ for HPE NonStop V8.0.3 is now available

IBM MQ for HPE NonStop 8.0.3 is the second Continuous Delivery (CD) update for MQ NonStop version 8. IBM MQ for HPE NonStop V8.0.3 is the third Continuous Delivery (CD) update for MQ NonStop version 8. This release provides another security update for OpenSSL, with V8.0.3 now using OpenSSL 1.0.2o. https://developer.ibm.com/messaging/2018/05/21/ibm-mq-hpe-nonstop-v8-0-3-now-available/ Regards, Roger Lacroix Capitalware […]

Also posted in Fix Packs for MQ, IBM MQ Comments Off on IBM MQ for HPE NonStop V8.0.3 is now available

Code to Show the IBM MQ JMS Message Named Property Issue

I’m getting comments/questions about the blog posting I made yesterday: IBM MQ JMS Message Named Property Issues. There are 2 ways to create a JMS message with a non-JMS Java program: You can use the MQRFH2 class You can use Named Properties and specify “mcd.Msd”, “jms.Dst” and “jms.Pri” properties. Here is a simple non-JMS Java […]

Also posted in IBM i (OS/400), IBM MQ, Java, JMS, Linux, macOS (Mac OS X), Programming, Unix, Windows, z/OS 2 Comments

IBM MQ JMS Message Named Property Issues

Ah, the joys of writing applications for IBM MQ and inevitable customer support that goes with it. 🙂 Late last week, a customer contacted me with an issue with MQ Visual Edit (MQVE) saying after adding Named Properties (i.e. mcd.Msd, etc.) to a regular message which should turn it into a JMS message, they could […]

Also posted in IBM i (OS/400), IBM MQ, Java, JMS, Linux, macOS (Mac OS X), MQ Visual Edit, Programming, Unix, Windows, z/OS 3 Comments

More Information on Command Server’s Issues

As some of you may have read in T.Rob Wyatt’s blog, I’ve been doing some testing with MQ Auditor enabled on a queue manager to see what is going on under the covers with MQ and sending my results to T.Rob. I was just going to send a simple note to T.Rob saying he should […]

Also posted in IBM i (OS/400), IBM MQ, Java, Linux, MQ Visual Edit, Unix, Windows, z/OS 2 Comments

Handling A JMS (MQRFH2) Message in non-JMS Java Application

In the post ‘JMS (MQRFH2) Message But The User Sees Garbage‘, I wrote about how to properly view a JMS message (aka MQRFH2 message) on an MQ queue. I mentioned in the posting that non-JMS applications can be coded to deal with JMS messages. So in this posting, I’ll show you code for handling both […]

Also posted in IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, JMS, Linux, macOS (Mac OS X), Programming, Unix, Windows, z/OS 2 Comments

IBM MQ for HPE NonStop V8.0.2 is now available

IBM MQ for HPE NonStop 8.0.2 is the second Continuous Delivery (CD) update for MQ NonStop version 8. The key objective for this CD update (coming so soon after MQ NonStop V8.0.1) is to provide an important security update for OpenSSL 1.0.2n. https://developer.ibm.com/messaging/2018/03/20/ibm-mq-hpe-nonstop-v8-0-2-now-available/ Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM MQ Comments Off on IBM MQ for HPE NonStop V8.0.2 is now available

IBM MQ for HPE NonStop V8.0.1 is now available

IBM MQ for HPE NonStop 8.0.1 is the first Continuous Delivery (CD) update for MQ NonStop. (WebSphere MQ NonStop 5.3.1 is the current Long Term Support option). The Continuous Delivery releases incrementally build on the MQ 8.0.0 features, providing early, supported access to the latest MQ capabilities. https://developer.ibm.com/messaging/2018/01/19/ibm-mq-hpe-nonstop-v8-0-1-now-available/ Regards, Roger Lacroix Capitalware Inc.

Also posted in Fix Packs for MQ, IBM MQ Comments Off on IBM MQ for HPE NonStop V8.0.1 is now available