Top "Ibm-mq" questions

IBM MQ is a message oriented middleware product that provides a proprietary API as well as implementing the Java Message Service (JMS) API.

java websphere MQ

My aim is to put n number of messages in a for loop to a WebSphere MQ queue using WebSphere …

java jakarta-ee ibm-mq
libmqic_r.so: cannot open shared object file: No such file or directory, python

I just created a VM vagrant with centos, installed python2.7 and pip using Miniconda, installed pymqi using pip, created a …

python-2.7 ibm-mq pymqi
How to install WebSphere MQ resource adapter (wmq.jmsra.rar) in JBoss 6.2 EAP?

Design: I have a queue manager (EXAMPLE.QM) with Server-connection channel (EXAMPLE.CHANNEL), request queue (EXAMPLE.TEST.QUEUE), and reply …

jboss connection-pooling ibm-mq redhat message-driven-bean
How to lookup remote JNDI

Is it possible to lookup remote JNDI in IBM MQ. My scenario is I have an MQ installation on machine …

java jms jndi ibm-mq mq
How do I limit the amount of times a JMS DefaultMessageListenerContainer will retry a message?

I am using Spring JMS to connect to a Websphere MQ server. I implemented the SessionAwareListener interface to create a …

java jms ibm-mq
Java Spring JMS: JmsTemplate to IBM MQ

Update It was my mistake I forget the ssl debugging running, it is super fast now and working like magic …

java spring-boot ibm-mq spring-jms jmstemplate
What is the purpose of listener in WebSphere MQ?

When I go to my WebSphere MQ explorer, and connect to a remote queue manager and go to --> …

jms listener ibm-mq
JMS equivalent in .Net

I am trying to make an common abstract interface over the messaging infrastructure in our company. The design goal is …

c# messaging ibm-mq ems
more than one listener for the queue manager

Can there more than one listener to a queue manager ? I have used one listener/queue manager combination so far …

jms ibm-mq mq
dump a message inside a queue in MQ (Linux)

I want to dump a message from a queue in WebSphere MQ which is installed on a linux machine. How …

linux ibm-mq mq