Archive for the Category: Java

New: MQ Batch Toolkit v2.0.2

Capitalware Inc. would like to announce the official release of MQ Batch Toolkit v2.0.2. MQ Batch Toolkit allows users to manipulate, monitor and manage messages in a queue of a WebSphere MQ (formally MQSeries) queue manager from a command-line or shell scripting environment. For more information about MQ Batch Toolkit go to: https://www.capitalware.com/mqbt_overview.html Changes for […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Linux, macOS (Mac OS X), MQ Batch Toolkit, Unix, Windows Comments Off on New: MQ Batch Toolkit v2.0.2

New: MQ File Mover v4.1.5

Capitalware is pleased to announce the release of MQ File Mover v4.1.5. It is a free open source project. MQ File Mover is a managed file transfer solution that facilitates the transfer of files using IBM’s WebSphere MQ (aka MQSeries). MQFM processes “Action” commands which are controlled through an MQFM Workflow XML file. The user […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows Comments Off on New: MQ File Mover v4.1.5

New: MQ File Mover v4.1.4

Capitalware is pleased to announce the release of MQ File Mover v4.1.4. It is a free open source project. MQ File Mover is a managed file transfer solution that facilitates the transfer of files using IBM’s WebSphere MQ (aka MQSeries). MQFM processes “Action” commands which are controlled through an MQFM Workflow XML file. The user […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows Comments Off on New: MQ File Mover v4.1.4

Wicket v6.0 Released

The Apache Software Foundation has just released Wicket v6.0. https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces31 Wicket is a component-based framework, which puts it in stark contrast to some of the earlier solutions to the sometimes monotonous task of web programming. Like other frameworks, Wicket builds on top of Sun’s servlet API; however, unlike frameworks like Struts or Spring MVC, the […]

Also posted in Open Source, Programming Comments Off on Wicket v6.0 Released

New: MQ File Mover v4.1.3

Capitalware is pleased to announce the release of MQ File Mover v4.1.3. It is a free open source project. MQ File Mover is a managed file transfer solution that facilitates the transfer of files using IBM’s WebSphere MQ (aka MQSeries). MQFM processes “Action” commands which are controlled through an MQFM Workflow XML file. The user […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows Comments Off on New: MQ File Mover v4.1.3

New: MQ File Mover v4.1.2

Capitalware is pleased to announce the release of MQ File Mover v4.1.2. It is a free open source project. MQ File Mover is a managed file transfer solution that facilitates the transfer of files using IBM’s WebSphere MQ (aka MQSeries). MQFM processes “Action” commands which are controlled through an MQFM Workflow XML file. The user […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Linux, macOS (Mac OS X), MQ File Mover, Open Source, Unix, Windows Comments Off on New: MQ File Mover v4.1.2

JBoss and Strange Looking Characters in the Message Data

Here’s an interesting issue that Lawrence Coombs had regarding porting a J2EE application from WAS to JBoss: We ported an applictaion from WAS to jboss 5.1. It interfaces with a mainframe CICS transcation that uses MQ 7.x. Neither the distributed nor the Z/OS queue manager changed. The CCSID of the Z/OS queue manager is 500 […]

Also posted in IBM MQ, JMS Comments Off on JBoss and Strange Looking Characters in the Message Data

How to Clear a MQ Queue from a Script or Program

Have you ever wanted to clear a MQ queue? A quick and easy way to do it is to use runmqsc’s CLEAR QLOCAL command. This method works very well as long as no application has the local queue opened for input. Method #1: If you need to clear a queue on Linux, Unix, Windows or […]

Also posted in IBM i (OS/400), IBM MQ, Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows, z/OS 6 Comments

WMQ v7.0.1.8 Java/JMS Application Leaks Connections

IBM has the following APAR IC79103 for the fix: http://www.ibm.com/support/docview.wss?uid=swg1IV18624 Error Description: Applications using the WebSphere MQ classes for Java Version 7.0.1.8 repeatedly reconnect and finally consume all the available connections of the queue manager. Traces show repeated occurrences of completion code “2” and reason code “2009”, and internal exceptions are traced out containing the […]

Also posted in IBM i (OS/400), IBM MQ, JMS, Linux, Programming, Unix, Windows, z/OS Comments Off on WMQ v7.0.1.8 Java/JMS Application Leaks Connections

Eclipse 4.2 Released

Eclipse Foundation has just released 72 projects including Eclipse v4.2 (‘Juno’). http://www.eclipse.org Highlights – Code Recommenders is a new project that makes Eclipse code completion a lot smarter. – Eclipse Virgo ships the new Nano kernel that provides the ability to build very small OSGi based applications. – Koneki project delivers a Lua IDE – […]

Also posted in Linux, macOS (Mac OS X), Open Source, Programming, Windows Comments Off on Eclipse 4.2 Released