Mq Explorer - Could Not Load Swt Library

Eclipse cannot load SWT libraries

on my Ubuntu 12.04 32 bit. I edit the command to:

ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86/

And on Ubuntu 12.04 64 bit try:

ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/

How to change language in WebSphere MQ Explorer?

Open file ...\MQExplorer\eclipse\configuration\config.ini and add this lines:

org.osgi.framework.language=en
osgi.nl=en_US

credits go to: http://blog.ondruska.com/2012/12/switch-eclipse-language.html

MQSeries and Delphi

Back in 1997, I wrote the PC part of a communication layer between PC and AS/400 (the AS/400 part was written in COBOL by someone else).

We didn't use MQSeries because (back then) it was too slow and stateless, so we went for SNA APPC in stead.

Since then MQSeries.net has became a great source on MQseries info, including quite a few Delphi MQseries threads.

--jeroen

Connecting to the IBM MQ using wmq jmsra resource adapter from jboss

An IBM MQ 7.5.0.8 jmsra resource adapter can connect to an IBM MQ queue manager at a higher level such as v8.0.0.5.


IBM Technote "MQ 7.x, MQ 8.0 and MQ 9.0 compatibility with previous versions - including usage of CCDT files, JMS .bindings, SSL/TLS" states:

Compatibility statement:

WebSphere MQ V7.0, V7.1, V7.5, V8.0 and V9.0 queue managers and
clients inter operate with queue managers and clients from any
previous level of the WebSphere MQ or MQSeries products.

This means that ...

  • A 7.0, 7.1, 7.5, 8.0 and 9.0 client can connect to all queue managers, non-version 7, as well as version 7.0, 7.1, 7.5, 8.0 and 9.0
  • A 7.0, 7.1, 7.5, 8.0 and 9.0 queue manager can interact with all clients, non-version 7, as well as version 7.0, 7.1, 7.5, 8.0 and 9.0

Note however that IBM MQ v7.5 has an end of service date of April 30th 2018. I would recommend you use either v8.0 or v9.0 which have not had end of service dates announced yet. Newer MQ client versions can connect to older MQ queue managers. You can download a java only install of MQ 8.0 or MQ 9.0 jar files at the links below:

  • IBM MQ v8.0 Client
  • IBM MQ v9.0 Client

Note that to use TLS ciphersuites with a non-IBM JRE (ex: Oracle JRE) you will need to be at a minimum of the following levels of IBM MQ:

Version    Maintenance Level
v7.5 7.5.0.5
v8.0 8.0.0.2
v9.0 9.0.0.0


Related Topics



Leave a reply



Submit