Archive for the Category: IBM i (OS/400)

IBM announces End of Support for WebSphere MQ v6.0

IBM has announced that support for WebSphere MQ v6.0 will end on September 30th, 2012. http://www.ibm.com/support/docview.wss?uid=swg21584325&myns=swgws&mynp=OCSSFKSJ&mync=R If you are running WebSphere MQ v6.0 on any of the following platforms then you will need to migrate to WebSphere MQ v7.0 to have support for WebSphere MQ. AIX HP-UX (Itanium) HP-UX (PA-RISC) iSeries (IBM i or OS/400) […]

Also posted in IBM MQ, Linux, Unix, Windows, z/OS Comments Off on IBM announces End of Support for WebSphere MQ v6.0

MQAUSX/MQSSX versus WMQ v7.1 CHLAUTH

Last week, there was a robust/lively discussion on the MQSeries List Server regarding Derek Hornby’s question of (see http://comments.gmane.org/gmane.network.mq.devel/13985): In the MQ V7.1 base install, a channel authentication record is created which is a “block user list” for all channels, and the block is on a User List of *MQADMIN So I created a User […]

Also posted in Capitalware, IBM MQ, Linux, MQ Authenticate User Security Exit, MQ Standard Security Exit, Security, Unix, Windows, z/OS Comments Off on MQAUSX/MQSSX versus WMQ v7.1 CHLAUTH

Where’s the Security?

Over the last 2 months, all of the sudden, I have “where’s the security?” phrase running through my head. Instead of that little old lady from the 80’s Wendy’s commercial saying “Where’s the beef?”, I have her in my head saying “Where’s the security?”. Back in 2005, when I first starting selling Capitalware’s MQ Authenticate […]

Also posted in Capitalware, IBM MQ, Linux, MQ Authenticate User Security Exit, MQ Enterprise Security Suite, MQ Standard Security Exit, Security, Unix, Windows, z/OS Comments Off on Where’s the Security?

Advanced Workflow with MQ File Mover (How To #6)

And now for something completely different. 🙂 In this blog posting, I will show you how to create an MQFM Workflow to do something other than move files with MQ. Lets say you have an online backup service or a cloud service where you want to backup important files to. So lets create an MQFM […]

Also posted in Capitalware, IBM MQ, Java, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows Comments Off on Advanced Workflow with MQ File Mover (How To #6)

Export Messages from a Queue as a PDF File

When sharing information with team members or people in other groups, have you ever wanted to export/save messages from a queue into something other than a plain text file? In this blog posting, I will show you how to use MQ Visual Edit, MQ Visual Browse or MQ Batch Toolkit to generate a PDF or […]

Also posted in Capitalware, IBM MQ, Java, Linux, macOS (Mac OS X), MQ Batch Toolkit, MQ Visual Browse, MQ Visual Edit, Unix, Windows, z/OS Comments Off on Export Messages from a Queue as a PDF File

Watching a Directory and Sending Files with MQ File Mover (How To #5)

In this blog posting, I will show you how to configure MQ File Mover to watch a directory for new files and send the new files immediately. In this example, MQ File Mover will connect to the queue manager in “client mode”. In the MQ File Mover’s Watch Action, the user can specify all files […]

Also posted in Capitalware, IBM MQ, Java, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows Comments Off on Watching a Directory and Sending Files with MQ File Mover (How To #5)

WebSphere MQ v7.1 and MQAUSX

Capitalware has begun testing MQAUSX with WebSphere MQ (WMQ) v7.1 and everything is working very well. There are 2 items that everyone needs to be aware of when using MQAUSX with WMQ v7.1. 1. WMQ v7.1 has a new feature called Channel Authentication Records. (A poor name as no authentication is actually taking place. IBM […]

Also posted in Capitalware, IBM MQ, Linux, MQ Authenticate User Security Exit, Security, Unix, Windows 7 Comments

Links for WMQ Automatic Client Reconnect

Here are some links to information on the Automatic Client Reconnect in WMQ v7.0.1 or higher: WMQ Client manual: Automatic client reconnection WMQ Using Java manual: Automatic client reconnection WMQ System Administration Guide manual: Automatic client reconnection Exploiting the Automatic Client Reconnect feature in WebSphere MQ JMS 7.0.1 Exploiting the Automatic Client Reconnect feature introduced […]

Also posted in C, IBM MQ, Java, JMS, Linux, Programming, Unix, Windows, z/OS Comments Off on Links for WMQ Automatic Client Reconnect

Answers to Some Very Common MQ File Mover Questions

Q: Does MQ File Mover require Java? Yes, MQ File Mover requires Java v1.5 or higher (no, it will not work with Java v1.3 or v1.4) Q: Does MQ File Mover support platform XXX ? MQ File Mover is supported on AIX, HP-UX, IBM i (OS/400), Linux, Mac OS X, Solaris and Windows (plus any […]

Also posted in Capitalware, IBM MQ, Java, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows Comments Off on Answers to Some Very Common MQ File Mover Questions

Sending Extremely Large Files with MQ File Mover (How To #4)

In this blog posting, I will show you how to send an extremely large file (i.e. 1GB) when connecting to the queue manager in “client mode”. From a user’s perspective, sending a 1GB file is done exactly the same way as sending a 1KB file. For files greater than 4MB, MQFM’s Send and Watch Actions […]

Also posted in Capitalware, IBM MQ, Java, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows Comments Off on Sending Extremely Large Files with MQ File Mover (How To #4)