Archive for the Category: z/OS

Capitalware Products 2018 Release Train

Here is a summary of all the recent releases that Capitalware Inc. has published: Blog posting for product releases: MQ Auditor v3.0.0 MQ Authenticate User Security Exit v3.3.0 MQ Authenticate User Security Exit for z/OS v3.3.0 MQ Channel Connection Inspector v1.0.0 MQ Channel Connection Inspector for z/OS v1.0.0 MQ Channel Encryption v3.2.0 MQ Channel Encryption […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Licensed As Free, Linux, MQ Auditor, MQ Authenticate User Security Exit, MQ Channel Connection Inspector, MQ Channel Encryption, MQ Channel Throttler, MQ Enterprise Security Suite, MQ Message Encryption, MQ Message Replication, MQ Standard Security Exit, Security, Unix, Windows Comments Off on Capitalware Products 2018 Release Train

New: MQ Channel Encryption for z/OS v3.2.0

Capitalware Inc. would like to announce the official release of MQ Channel Encryption for z/OS (z/MQCE) v3.2.0. This is a FREE upgrade for ALL licensed users of z/MQCE. z/MQCE provides encryption for message data over IBM MQ channels. z/MQCE operates with Sender, Receiver, Server, Requester, Cluster-Sender, Cluster-Receiver, Server Connection and Client Connection channels of the […]

Also posted in Capitalware, IBM MQ, MQ Channel Encryption, Security Comments Off on New: MQ Channel Encryption for z/OS v3.2.0

New: MQ Authenticate User Security Exit for z/OS v3.3.0

Capitalware Inc. would like to announce the official release of MQ Authenticate User Security Exit for z/OS v3.3.0. This is a FREE upgrade for ALL licensed users of MQ Authenticate User Security Exit for z/OS. MQ Authenticate User Security Exit for z/OS is a solution that allows a company to fully authenticate a user who […]

Also posted in Capitalware, IBM MQ, MQ Authenticate User Security Exit, Security Comments Off on New: MQ Authenticate User Security Exit for z/OS v3.3.0

New: MQ Standard Security Exit for z/OS v2.4.0

Capitalware Inc. would like to announce the official release of MQ Standard Security Exit for z/OS v2.4.0. This is a FREE upgrade for ALL licensed users of MQ Standard Security Exit for z/OS. MQ Standard Security Exit for z/OS is a solution that allows a MQAdmin to control and restrict who is accessing an IBM […]

Also posted in Capitalware, IBM MQ, Security Comments Off on New: MQ Standard Security Exit for z/OS v2.4.0

New: MQ Channel Connection Inspector for z/OS v1.0.0

Capitalware Inc. would like to announce the official release of MQ Channel Connection Inspector for z/OS v1.0.0. MQ Channel Connection Inspector for z/OS (z/MQCCI) is a solution that allows a company to track and/or audit what information a client application or remote queue manager is exchanging with the local queue manager when a connection is […]

Also posted in Capitalware, IBM MQ, MQ Channel Connection Inspector Comments Off on New: MQ Channel Connection Inspector for z/OS v1.0.0

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 HPE NonStop, IBM i (OS/400), IBM MQ, Java, JMS, Linux, macOS (Mac OS X), Programming, Unix, Windows 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 HPE NonStop, IBM i (OS/400), IBM MQ, Java, JMS, Linux, macOS (Mac OS X), MQ Visual Edit, Programming, Unix, Windows 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 HPE NonStop, IBM i (OS/400), IBM MQ, Java, Linux, MQ Visual Edit, Unix, Windows 2 Comments

IBM MQ Lab Speakers’ Sessions for MQTC v2.0.1.8

The IBM MQ Lab in Hursley, UK will be sending a group of speakers (speakers names TBA) to MQ Technical Conference v2.0.1.8 (MQTC). Here are the list of sessions so far: What’s New in IBM MQ Introduction to IBM MQ Benefiting from the IBM MQ Appliance Introduction to MQ Publish/Subscribe Running MQ in the Cloud […]

Also posted in Education, IBM i (OS/400), IBM MQ, Linux, MQ Technical Conference, Programming, Security, Unix, Windows 1 Comment

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

This is the third post regarding JMS (MQRFH2) messages in non-JMS application. The previous 2 are: Handling A JMS (MQRFH2) Message in non-JMS Java Application JMS (MQRFH2) Message But The User Sees Garbage If you want to create JMS messages then the simplest solution is to use the IBM MQ classes for JMS. In case […]

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