LibreOffice 5.0 Released

Document Foundation has just released LibreOffice v5.0.
https://blog.documentfoundation.org/2015/08/05/libreoffice-5-0-stands-out-from-the-office-suite-crowd/

LibreOffice is a comprehensive, professional-quality productivity suite that you can download and install for free. There is a large base of satisfied LibreOffice users worldwide, and it’s available in more than 30 languages and for all major operating systems, including Microsoft Windows, Mac OS X and Linux (Debian, Ubuntu, Fedora, Mandriva, Suse, …).

Regards,
Roger Lacroix
Capitalware Inc.

Linux, macOS (Mac OS X), Open Source, Windows Comments Off on LibreOffice 5.0 Released

Attention Europeans Purchasing MQTC v2.0.1.5 Tickets

For Europeans purchasing MQ Technical Conference v2.0.1.5 (MQTC) tickets, SWReg is charging VAT on the conference ticket which is not required. Please send an email to support@mqtechconference.com and I will give you a link that does not charge VAT.

For more information about MQTC, please go to:
http://www.mqtechconference.com

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, Education, IBM MQ, MQ Technical Conference Comments Off on Attention Europeans Purchasing MQTC v2.0.1.5 Tickets

MQTC v2.0.1.5 Early-bird Price ends Tomorrow

The early-bird price for MQ Technical Conference v2.0.1.5 (MQTC) expires tomorrow (July 28th).

MQTC is the largest conference in the world solely dedicated to IBM MQ (aka WebSphere MQ & MQSeries).

For more information about MQTC, please go to:
http://www.mqtechconference.com

Regards,
Roger Lacroix
Capitalware Inc.

Education, IBM MQ, MQ Technical Conference Comments Off on MQTC v2.0.1.5 Early-bird Price ends Tomorrow

SQLite v3.8.11 Released

D. Richard Hipp has just released SQLite v3.8.11.
http://www.sqlite.org/news.html

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.

Regards,
Roger Lacroix
Capitalware Inc.

C, Database, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on SQLite v3.8.11 Released

Greg Brown will be Speaking at MQTC v2.0.1.5

Greg Brown will be presenting the following sessions at MQ Technical Conference v2.0.1.5 (MQTC):

    Greg Brown’s Technical Session:

  • Enabling Auto-Segmentation of Messages Having Defined Properties

For more information about MQTC, please go to:
http://www.mqtechconference.com

Regards,
Roger Lacroix
Capitalware Inc.

Education, IBM MQ, MQ Technical Conference Comments Off on Greg Brown will be Speaking at MQTC v2.0.1.5

T.Rob Wyatt will be Speaking at MQTC v2.0.1.5

T.Rob Wyatt will be presenting the following sessions at MQ Technical Conference v2.0.1.5 (MQTC):

    T.Rob Wyatt’s Technical Sessions:

  • Managing CA Certificates for MQ
  • Beyond Intrusion Prevention
    T.Rob Wyatt’s Vendor Session:

  • Advanced Scripting with MQSCX
    T.Rob Wyatt’s Tales of MQ Terror Session:

  • Bats of a Feather*

* Prizes will be awarded. Send your MQ Terror Tale to T.Rob Wyatt for inclusion in the session.

For more information about MQTC, please go to:
http://www.mqtechconference.com

Regards,
Roger Lacroix
Capitalware Inc.

Education, IBM MQ, MQ Technical Conference Comments Off on T.Rob Wyatt will be Speaking at MQTC v2.0.1.5

Avada Software’s Session at MQTC v2.0.1.5

Peter D’Agosta of Avada Software will be doing the following vendor session at MQ Technical Conference v2.0.1.5 (MQTC):

  • Productivity through smart self service for IBM MQ/IIB
  • An Infrared360 deep dive-little known secrets

For more information about MQTC, please go to:
http://www.mqtechconference.com

Regards,
Roger Lacroix
Capitalware Inc.

Education, IBM MQ, MQ Technical Conference Comments Off on Avada Software’s Session at MQTC v2.0.1.5

Another New Feature being added to MQAUSX (and z/MQAUSX)

A customer requested a solution to a problem that is not really an MQ Authenticate User Security Exit (MQAUSX) issue.

The customer has several applications that, shall we say, are poorly written and they will not likely be changed. These particular customer applications connect, open, put (and/or get), close and disconnect from the queue manager (over & over again). The applications generate up to 700 connection requests per minute (over 12,000 per hour). The MQAdmin recently changed the MQAUSX authentication target from Local OS to LDAP over SSL. This has caused a noticeable impact on their LDAP server to the point that the LDAP server is intermittently unavailable.

I have requested that the poorly written applications be changed/updated but it appears there is no interest/motivation to fix the poorly written applications and I keep getting asked to fix MQAUSX. MQAUSX only generates an LDAP request when the application connects to the queue manager.

i.e.
application –> QMgr MCA –> MQAUSX –> LDAP server

So, this is a case of the messenger being shot. I looked at a couple of solutions to the problem but the best answer is to implement a Credential Cache in MQAUSX. When this feature is enabled, MQAUSX will cache the user credentials (in an encrypted format) for ‘x’ minutes (default is 5 minutes) in shared memory. Hence, when there is a new connection, MQAUSX will first check the cache for the incoming UserID and if found then the entry’s timestamp will be checked. If the cache entry has expired then the entry is removed from the cache. If the entry is valid then the cached password is compared to the incoming password. If the passwords match then the connection is allowed. If the passwords do not match then the entry is removed from the cache and MQAUSX will perform an authentication against the target (i.e. LDAP).

UseCredentialCache = Y
CacheLife = 7

The above example says to enable caching of user credentials and make the “time to live” for the credentials be 7 minutes.

If you would like to try out the new feature then send an email to
support@capitalware.com and we will send you the latest release of MQAUSX or z/MQAUSX.

Regards,
Roger Lacroix
Capitalware Inc.

Capitalware, IBM i (OS/400), IBM MQ, Linux, MQ Authenticate User Security Exit, Security, Unix, Windows, z/OS Comments Off on Another New Feature being added to MQAUSX (and z/MQAUSX)

Mozilla Firefox 39.0 Released

Mozilla Firefox has just released Mozilla Firefox v39.0.
http://www.mozilla.com/firefox/

Mozilla Firefox is a free and open source web browser descended from the Mozilla Application Suite and managed by Mozilla Corporation. To display web pages, Firefox uses the Gecko layout engine, which implements most current web standards in addition to several features that are intended to anticipate likely additions to the standards

Regards,
Roger Lacroix
Capitalware Inc.

Linux, macOS (Mac OS X), Open Source, Windows Comments Off on Mozilla Firefox 39.0 Released

Configuring Eclipse to develop Java/JMS programs for MQ 8.0

IBM has published a tutorial on how to configure Eclipse for developing Java/JMS programs for MQ 8.0:
http://www.ibm.com/support/docview.wss?uid=swg27046013

Regards,
Roger Lacroix
Capitalware Inc.

Education, IBM MQ, Java, JMS, Linux, Programming, Windows Comments Off on Configuring Eclipse to develop Java/JMS programs for MQ 8.0