mqseries

How to convert a MQseries reason code to string?

How do i convert/lookup a reason code of IBM Websphere MQseries to its explanation (for logging etc)? ...

Accessing MQ with JMS

hi, i am using MQ7 and trying to access a queue with JMS api's. Getting this error. Has anyone seen it before? How do i resolve this? TIA Exception in thread "main" com.ibm.msg.client.jms.DetailedJMSException: JMSFMQ6312: An exception occurred in the Java(tm) MQI. The Java(tm) MQI has thrown an exception describing the problem. S...

PutApplicationName versus PutApplName

Just wanted to know what is the difference between the two fields putApplicationName field which is a part of the MQMessage class and putApplName which is a part of MQMD class. When to choose what? ...

MQ With WLS Foreign Server

hi, I am facing two issues when i try to connect to MQ which is deployed on a Remote Server from Weblogic Server(WLS) by creating a Foreign Server. 1. When I try to connect to MQ Queuemanager in Bindings mode(after importing the .Bindings file) i keep getting the below error in WLS console: java.lang.UnsatisfiedLinkError: no mqjbnd05...

WMQ special consideration for WAS clients?

Hello, We have a WMQ - WAS/JMS client setup through server connection channels where we are trying to put in security through user Ids. Now, we set up a local user id on the MQ box, mquserid, and left the channel's MCAUSER blank. We thought: the id running the MQ client (WAS in our case) wasuserid, when passed to MQ will fail as it is...

com.ibm.mq.MQException

Have been stuck with this problem for a few hours now, anyone any ideas? java.lang.NoSuchMethodError: com.ibm.mq.MQException.(Ljava/lang/String;Ljava/lang/String;II)V at com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:223) at com.ibm.msg.client.wmq.internal.WMQMessageConsumer.checkJmqiCallSuccess(WMQMe...