Archive for the Category: C

SupportPac IA94 v2.0.2 Released

SupportPac IA94 v2.0.2 Released IBM has released version 2.0.2 of SupportPac IA94. http://www.ibm.com/support/docview.wss?uid=swg24007092 The IBM Message Service Client for C/C++ (“XMS C/C++”) renders the Java Message Service (JMS) API in the C/C++ languages. It brings the benefits of JMS — a standard, abstracted messaging API for pub/sub and point-to-point messaging, as well as externally administered […]

Also posted in IBM MQ, Linux, Programming, Unix, Windows Comments Off on SupportPac IA94 v2.0.2 Released

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 IBM i (OS/400), IBM MQ, Java, JMS, 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++, Capitalware, IBM MQ, Java, JMS, MQ Authenticate User Security Exit, Programming, Security Comments Off on MQAUSX without a Client-side Security Exit – Part 1

New: MQRC2-GUI v1.0.1 and MQRC2 v1.1.1

Capitalware Inc. would like to announce the official release of MQRC2-GUI v1.0.1 and MQRC2 v1.1.1. Updates for MQRC2-GUI v1.0.1: Added code to perform better number checking for Reason Code and AMQ Message Number fields Fixed an issue with reason codes 2424 to 2539 and 6100 to 6129 Updates for MQRC2 v1.1.1: Fixed an issue with […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Java, Linux, Open Source, Unix, Windows, z/OS Comments Off on New: MQRC2-GUI v1.0.1 and MQRC2 v1.1.1

New: MQRC2 v1.1.0

Capitalware Inc. would like to announce the official release of MQRC2 v1.1.0. MQRC2 is an application that can interpret an MQ reason code number (i.e. 2035), MQ reason code symbol (i.e. MQRC_OBJECT_IN_USE) or AMQ message number (i.e. AMQ4005) and display the relevant information from the WebSphere MQ Messages manual. Updates for this release: Ported the […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Linux, Open Source, Unix, Windows, z/OS Comments Off on New: MQRC2 v1.1.0

New: Message Multiplexer v1.4.0

Capitalware Inc. would like to announce the official release of Message Multiplexer (MMX) v1.4.0. Message Multiplexer is an application that will get a message from a queue and output it to one or more queues. The context information is maintained across the message put(s). Updates for this release: Added GetWithConvert keyword Enhanced commit/backout processing Created […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Linux, Open Source, Unix, Windows, z/OS Comments Off on New: Message Multiplexer v1.4.0

New: Message Router v1.1.0

Capitalware Inc. would like to announce the official release of Message Router (MRTR) v1.1.0. Message Router is an application that will move a message from a central queue to a specific application queue. The destination queue that the message will be placed into will be based on a keyword in the message. Context information is […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Linux, Open Source, Unix, Windows, z/OS Comments Off on New: Message Router v1.1.0

Flocking

And now for something completely different: flocking (aka group behavior). If you ever had a need for an algorithm that handles flocking then have a look at this article (its really interesting): http://harry.me/2011/02/17/neat-algorithms—flocking Regards, Roger Lacroix Capitalware Inc.

Also posted in Java, Open Source, Programming Comments Off on Flocking

Capitalware releases MQRC2 v1.0.0

Do you use IBM’s MQRC program? Do you wish it could display more information? I created an application called MQRC2 to fill this need. MQRC2 application can interpret an MQ reason code number (i.e. 2035), MQ reason code symbol (i.e. MQRC_OBJECT_IN_USE) or AMQ message number (i.e. AMQ4005) and display the relevant information from the WebSphere […]

Also posted in Capitalware, IBM MQ, Open Source Comments Off on Capitalware releases MQRC2 v1.0.0

MQ Exit Programming Tips

Here are some things that MQ Exit developers need to be aware of: 1. Most people have never developed and will never develop an MQ Exit. Developing a MQ Exit is an ‘advanced topic’ – hence, you SHOULD have experience developing Windows DLLs or Unix shared Libraries and understand the concept of parallel processing (i.e. […]

Also posted in IBM MQ, Programming Comments Off on MQ Exit Programming Tips