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.lang.UnsatisfiedLinkError

i am trying to access MQ queues using JMS. i am getting the below java.lang.UnsatisfiedLinkError: no mqjbnd05 in …

java jms ibm-mq
Standalone Java JMS Client for WebSphere MQ

Can I use just WebSphere's jar files with standard JMS to send messages to a WebSphere MQ server, or do …

java client jms ibm-mq
Unable to connect to queue manager in WebSphere MQ 7.1

I've installed WebSphere MQ 7.1 on Linux platform, after which I installed WebSphere Message Broker 8.0.0.1. Now when I try to create …

security ibm-mq mq userid messagebroker
How to set JMSMessageID and JMSCorrelationID properly?

I made a java app that uses JMS to send messages to an MQ Queue. I set the message id …

java jms ibm-mq
JMS transport v/s MQ transport

I am using Oracle Service Bus(OSB) as the MOM, and the destination URI is a IBM MQ queue. I …

java jms weblogic ibm-mq oracle-service-bus
An error has occurred with the WebSphere MQ JMS connection

Getting below error with MQ(Message Queue), how to resolve this? Message : com.ibm.msg.client.jms.DetailedJMSException: JMSWMQ1107: A …

java jms ibm-mq weblogic11g
Apache Camel with IBM MQ

Hello has anyone ever used Camel with IBM's MQ. We are looking at possibly using the two products together but …

apache apache-camel ibm-mq
WebSphere MQ .NET API

All, Is there a WebSphere MQ .NET API I can download ? I am basically trying to write a C# app …

c# .net ibm-mq
MQJE001: Completion Code '2', Reason '2538'

public class PtpReceiver { public static void main(String[] args) { // TODO Auto-generated method stub try { MQEnvironment.hostname = "192.168.120.28:1415"; MQEnvironment.channel = "SFMS.TO.…

java ibm-mq
WebSphere 7, configuring JMS Q connection factory without user id: MQRC_NOT_AUTHORIZED

I have an instance of WebSphere 6 and an instance of WebSphere 7. Each has a WebSphere MQ messaging provider, a queue …

security jms websphere ibm-mq