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.

How to use Java JMS with MQseries

I am trying to develop a JMS standalone application to read and write to a Queue on MQSeries. My boss …

java jms ibm-mq
Getting error : WebSphere MQ reason code 2538?

I have WebSphere MQ and WebSphere Message Broker installed on Linux and when I execute mqsicreateexecutiongroup I get an error …

ibm-mq messagebroker
Error '2035' ('MQRC_NOT_AUTHORIZED') While Connecting to MQ

I am getting this error while connecting to IBM MQ. I know that this is because of privileges, but is …

asp.net ibm-mq
What is an MQ and why do I want to use it?

On my team at work, we use the IBM MQ technology a lot for cross-application communication. I've seen lately on …

activemq rabbitmq ibm-mq
Connecting to a Websphere MQ in Java with SSL/Keystore

I'd like to connect to a Websphere 6.0 MQ via Java. I have already working code for a "normal" queue, but …

ssl keystore ibm-mq
How to resolve WebSphere MQ Reason code 2195 related error?

I am getting an WebSphere MQ Reason code 2195 MQRC_UNEXPECTED_ERROR when I try to connect to the message flows …

ibm-mq ibm-integration-bus
Browse, read, and remove a message from a queue using IBM MQ classes

I'm writing a simple Java application using MQ classes for Java with Eclipse. Right now I'm able to browse a …

java queue ibm-mq
how to get connect with ibm websphere mq by using c#.net

can any one guide me on, to get connect with ibm websphere mq by using c#.net, reason was i …

c# ibm-mq
What is the difference between a Dead Letter Queue and a back out Queue?

What is the difference between a dead letter Queue and a back out queue? In WebSphere MQ terms and in …

jakarta-ee jms ibm-mq
NoClassDefFoundError (initialization failure) - Websphere and IBM MQ

Im having a problem on a Spring based webapp that is being deployed to Websphere and interacts with IBM MQ. …

java spring jms websphere ibm-mq