-
I have problem reading messages from IBM WebSphere MQ. It seems that some field(s) in MQMD header has type which is not handled properly. Some messages are read without exception.
When I turn off inc…
-
MQTT support was added (again?).
https://www.ibm.com/docs/en/ibm-mq/7.5?topic=servers-websphere-mq-as-mqtt-server
They even have a Docker image.
https://developer.ibm.com/tutorials/mq-conn…
-
GenericJMSRA svn rev 107 (with minor cleanup in 108) introduced FirstXAResourceProxy and the UseFirstXAForRedelivery ActivationSpec property to address the following conundrum:
In XA mode, asynchrono…
-
When attempting to plug the IBM Websphere MQ Channel Status input to IBM MQ Version 9.1.2.0 level p912-L190308, the following error message presents itself in splunkd.log when enabling the input:
`…
-
MQ Explorer Docker Container fails to build. It appears the ubi8:ubi-minimal base image does not have tar to extract the MQ install package.
```$ docker build -t mq-explorer -f ./incubating/mq-expl…
-
I'm connecting to WebSphere MQ. My code is
```
require 'jms'
require 'yaml'
require 'java'
jms_provider = 'wmq'
config = YAML.load_file("#{Rails.root}/lib/tasks/wmq.yml")[jms_provider]
…
-
Create a doc similar to
[https://genericjmsra.dev.java.net/docs/websphere-mq-integration-guide/webspheremq_integration_guide.html](https://genericjmsra.dev.java.net/docs/websphere-mq-integration-guide…
-
Hi,
I tried to use `pymqi` to connect to a MQ and lost a lot of time figuring out how to install the required MQ client.
Maybe this should be documented better/a link to that should be provided…
-
I have tried to build a developer container off the 9.3.0 branch, but the build fails with
````
Downloading IBM MQ Advanced for Developers 9.3.0.1
mkdir -p downloads
curl --fail --location https…
-
Piotr,
sorry I am not a Spring-expert but we need to use Spring to connect to Websphere-MQ.
How would you wire up the code and make it start from within Spring.
A sample call would be nice!
Thanks…