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.

IBM WebSphere MQ request/reply scenario

I'm currently working on a project where I need to interface with an IBM system which communicates with the outside …

jms message-queue ibm-mq
MQ SSL error, protocol is disabled or cipher suites are inappropriate

I have a MQ spring jms application that has been working fine using SSL channel. However after a recent java …

spring ssl ibm-mq spring-jms jsse
IBM Mq Message Header

I am sending messages to a remote queue, to which I have no control. I send a xml file as …

ibm-mq head
Putting Message in Websphere MQ via C# has different data length than manually putting the same message

MQMessage queueMessage = new MQMessage(); queueMessage.WriteString(strInputMsg); queueMessage.Format = MQC.MQFMT_STRING; MQPutMessageOptions queuePutMessageOptions = new MQPutMessageOptions(); Queue.Put(queueMessage, queuePutMessageOptions); …

c# xml jms ibm-mq
An illegal attempt to commit a one phase capable resource with existing two phase capable resources

I have an MDB in WebSphere 6. The MessageListener is linked to a Tibco EMS queue. In the MDB I'm trying …

jms websphere ibm-mq message-driven-bean xa
WebSphere MQ Configuration issues

getting below error after i configure MQ connection factory. java.lang.ClassCastException: com.ibm.ejs.jms.JMSQueueConnectionFactoryHandle incompatible with com.…

java jms websphere ibm-mq mq
message requeue and placing into backout issues

I'm stuck with the following issue with message Broker 7.0.0.5 Here is my flow: what I want it to do: 1. accept …

ibm-mq messagebroker backout
When JMSXDeliveryCount get increased

What are the conditions in which JMSXDeliveryCount is increased in WebSphere MQ. I need all the scenarios under which it …

java jms ibm-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
Spring JMS MQJE001: Completion Code '2', Reason '2042'

My setup is Spring 3 JMS, MVC + Websphere MQ + Websphere 7 <!-- this is the Message Driven POJO (MDP) --> &…

spring jms websphere ibm-mq websphere-7