WebSphere MQ

How to Connect to WebSphere MQ Queue Manager using CCDT file?

CCDT stands for Client Connection Definition Table. We can use such files to connect to […]

WebSphere MQ

How to Connect to WebSphere MQ Queue Manager using mqclient.ini?

You can find a full version of the mqclient.ini file from IBM Documentation. However, below […]

WebSphere MQ

WebSphere MQ Configuration

Create a Queue Manager crtmqm -lc -ld /var/mqm/logs -md /var/mqm -q qmgr1 -lc : Circular […]

WebSphere MQ

WebSphere MQ 9.1 Installation

Basically the installation steps are almost the same for all versions. You can follow below […]

SSL

Configure Oracle Wallets/keystores

Set the orapki binary to the path. You can find it under <Product_Home>/oracle_common/bin/orapki set the […]

SSL

Openssl Commands

Create a Key and CSR openssl req -nodes -newkey rsa:2048 -sha256 -nodes -keyout mykey.middlewareworld.org.key -out  […]