mq-mqi-nodejs
mq-mqi-nodejs copied to clipboard
Calling IBM MQ from Node.js - a JavaScript MQI wrapper
Hi, I am completely new with MQ's and I have a requirement to post a message in one queue and get the response in another queue. So far I am...
Below peice of code not same string to MQside instead its writing some gibberish headers character at MQ side , it set MQMDas well function putMessage(hObj) { 55 56 var...
- mq-mqi-nodejs version(s) that are affected by this issue. bump from 1.0.5 to 2.0.3 We are migrating our code from ibmmq 1.0.5 to 2.0.3 and have hit a problem relating...
Please include the following information in your ticket. - mq-mqi-nodejs version(s) that are affected by this issue. - A small code sample that demonstrates the issue. ibmmq: 2.0.2 nestjs: 8.2.8...
We are in an environment where we cannot reach the ibm url to download the redist, so we need to set the `MQIJS_LOCAL_URL` to something that is reachable. Now since...
mq-mqi-nodejs version - 1.0.0 I recently updated the package version from 0.9.23 to 1.0.0, which was an upgrade in MQ version from 9.2.5 to 9.3.0. I haven't changed the certs...
mq-mqi-nodejs version - 2.0.1 I am trying to use this package to get messages using `MQGMO_SYNCPOINT` flag in the `gmo` (get message options) object. ```js const mq = require('ibmmq') gmo.Options...
Please include the following information in your ticket. - mq-mqi-nodejs version(s) that are affected by this issue: Node Version 18.8.0 -Hi Team, we are setting up MQ container on our...
I am calling the below node js script from our application. ``` var mq = require('ibmmq'); module.exports = { /** Check if it is possible to connect to the system...
After changing our base image to work on `FROM ubuntu:jammy` as `bionic` is now out of support and due to security constraints , we are getting hit with deployment failures...