Top "Mq" questions

The term 'mq' refers either to the general topic of message queuing or any of several implementations of messaging middleware with "MQ" in the name.

Getting started with MQ on Java: Where to begin?

I'm trying to kludge some legacy connectivity into one of our newer applications, and this marks my first foray into …

java xml messaging mq
How do I get Websphere MQ connection status and how do I reset the connection:

1.) From a .net client, how do I test if the client is connected to the server (i.e. can send …

c# .net websphere ibm-mq mq
JMS QueueConnectionFactory vs ConnectionFactory

My question is about the use of the following 2 factories: ConnectionFactory QueueConnectionFactory At the moment I just use a ConnectionFactory …

java jms jndi mq
How can sender know the message already be consumed with MQ JMS API?

I'm dealing with a standalone MQ JMS application, our app need to "aware" that client already consumed the message producer …

jms mq
Most Efficient - Performance wise - for inter JVM communication

I have a Java application that require communication between different process. Process could run in same JVM or different JVM, …

java performance ipc rmi mq
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
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