Archive for the Category: JMS

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 i (OS/400), IBM MQ, Java, Linux, Programming, Unix, Windows, z/OS Comments Off on Links for WMQ Automatic Client Reconnect

MQAUSX without a Client-side Security Exit – Part 1

Quite often I get asked if MQAUSX can authenticate a UserID and Password without the requirement of a client-side security exit. The answer is yes. MQAUSX is actually 3 products in one: 1. If the client application is configured with the client-side security exit then the user credentials are encrypted and sent across the wire […]

Also posted in .NET, C, C#, C++, Capitalware, IBM MQ, Java, MQ Authenticate User Security Exit, Programming, Security Comments Off on MQAUSX without a Client-side Security Exit – Part 1

Apache Tomcat 7.0.6 Released

The Apache Tomcat Project has announced the release of version 7.0.6 of Apache Tomcat. This is the first stable release of the Tomcat 7 branch. For more information about Tomcat v7, go to http://tomcat.apache.org/index.html Regards, Roger Lacroix Capitalware Inc.

Also posted in Java, Open Source Comments Off on Apache Tomcat 7.0.6 Released

JMSException and MQ Reason Codes

J2EE (JMS) programmers who are new to IBM MQ (formally WebSphere MQ, MQSeries) sometimes are confused as to why they are getting a particular JMS exception. The problem with the JMS / MQ layer is that the useful MQ information is hidden in the JMSException. By useful MQ information, I mean the MQ Completion Code […]

Also posted in IBM MQ, Java, Programming 2 Comments