Archive for the Category: Java

WMQ V8 and MQAUSXJ Client-side Java Bug

The following was recently reported: When MQAUSXJ is used with a client application that is using WMQ V8 Java Jar files, the connection is closed with reason code 2407. It appears that IBM changed the behavior of a field, instead of empty (i.e. blank) field, they now set the field to null. If anyone is […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, JMS, Linux, MQ Authenticate User Security Exit, Security, Unix, Windows Comments Off on WMQ V8 and MQAUSXJ Client-side Java Bug

Java Program to Send an MQSC Command to a z/OS Queue Manager

The other day I created a C program to send an MQSC command to a z/OS Manager and since I have done the same thing in Java, I thought I would publish a Java program to send an MQSC command to a z/OS queue manager. You can download it as a zip file from here […]

Also posted in IBM i (OS/400), IBM MQ, Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on Java Program to Send an MQSC Command to a z/OS Queue Manager

It’s back: Excelsior JET Charity Bundle

Excelsior have announced the Excelsior JET charity bundle, where you can get the standard edition of Excelsior JET for just $50 (without support), and they contribute all of the money to charity. www.ExcelsiorJET.com/charity That’s a discount of over $1,400 from the list price of Excelsior JET Standard Edition. What’s the catch? No support. That’s fine, […]

Also posted in Linux, macOS (Mac OS X), Windows Comments Off on It’s back: Excelsior JET Charity Bundle

Watching a Directory and Sending Files with Universal File Mover (How To #11)

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

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

UFM and MQJE001: Completion Code ‘2’, Reason ‘2495’

Universal File Mover (UFM) can work with both 32-bit and 64-bit JVMs. If you are using client mode for connecting to your queue manager then life will be fine with either of the JVMs. If you are on Windows, attempting to connect to the queue manager in bindings mode with a 64-bit JVM, you may […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Linux, macOS (Mac OS X), Open Source, Universal File Mover, Unix, Windows Comments Off on UFM and MQJE001: Completion Code ‘2’, Reason ‘2495’

Java 8 Released

Oracle has just released Java 8. http://www.oracle.com/technetwork/java/javase/8train-relnotes-latest-2153846.html Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers, as well as in today’s demanding embedded environments. Java offers the rich user interface, performance, versatility, portability, and security that today’s applicationsrequire. Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM i (OS/400), JMS, Linux, macOS (Mac OS X), Programming, Unix, Windows, z/OS Comments Off on Java 8 Released

Capitalware’s MQ Technical Conference v2.0.1.4

Capitalware would like to announce MQ Technical Conference v2.0.1.4 (MQTC). MQTC is an event that will educate attendees on current practices, methodologies, administration, problem determination, security best practices and technology trends for IBM’s WebSphere MQ. MQTC will offer 70 sessions that are designed to enhance the skills of IT professionals who are using IBM’s WebSphere […]

Also posted in Capitalware, Education, IBM i (OS/400), IBM MQ, JMS, Linux, macOS (Mac OS X), Mobile, MQ Technical Conference, Programming, Security, Unix, Windows, z/OS Comments Off on Capitalware’s MQ Technical Conference v2.0.1.4

MQAUSX Client-side Java Bug

The following was recently reported: For WebSphere Message Broker Toolkit, when the user inputs an incorrect password, the exit rejects the connection (as expected). If you try and connect again, you do not get a pop up prompting you for a new password attempt and the exit immediately ends the connection attempt. If a user […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, JMS, Linux, MQ Authenticate User Security Exit, Security, Unix, Windows Comments Off on MQAUSX Client-side Java Bug

IBM’s MQ Light

I just found out about IBM’s new messaging product called MQ Light. IBM has made available an “alpha release” for Windows and Linux. https://www.ibmdw.net/messaging/mq-light/ IBM® MQ Light provides a messaging runtime that developers can install, configure, and use to write applications in just a few minutes. MQ Light aims to enable developers to quickly create […]

Also posted in IBM MQ, Linux, Programming, Windows Comments Off on IBM’s MQ Light

Compress, Encrypt and Upload Files with Universal File Mover (How To #10)

As I mentioned in this blog posting, I use a UFM Workflow to perform a daily backup of selected directories, encrypt the compressed files then upload the encrypted files to a remote server. In this blog posting, I will show you how to create a UFM Workflow that will compress the contents of 3 directories […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Linux, macOS (Mac OS X), Open Source, Universal File Mover, Unix, Windows Comments Off on Compress, Encrypt and Upload Files with Universal File Mover (How To #10)