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.

Websphere Message Broker: Accessing XML elements in ESQL

Websphere Message Broker: File in File out example. I have an XML file with repeating element structure. How can I …

xml ibm-mq messagebroker ibm-integration-bus extended-sql
javax.jms.MessageConsumer hangs on receive when consumer closed

According to the javadoc, if I call receive() on a javax.jms.MessageConsumer it will block indefinitely until a message …

java jms ibm-mq
How do I browse a Websphere MQ message without removing it?

I'm writing a .NET Windows Forms application that will post a message to a Websphere MQ queue and then poll …

.net message-queue ibm-mq
Missing artifact com.ibm:com.ibm.mqjms:jar: 5.3.07

I added com.ibm.mqjms maven dependency in my pom.xml: <dependency> <groupId>com.ibm</…

maven ibm-mq
Connecting to remote queue manager using C# and .Net

I wrote an application that connected to local queue manager using this function call: MQQueueManager mqQMgr = new MQQueueManager("QM_QueueManagerName"); …

c# ibm-mq
How to make a JMS Synchronous request

I have an webapp that is expected to fetch and display data from an External App which is accessible only …

java architecture jms ibm-mq
JMSCMQ0001: IBM MQ call failed with compcode '2' ('MQCC_FAILED') reason '2400' ('MQRC_UNSUPPORTED_CIPHER_SUITE')

I am getting the following exception while trying to make a connection with remote MQ from my Java client on …

ssl jms weblogic ibm-mq
ClassCastException: javax.naming.Reference cannot be cast to javax.jms.ConnectionFactory

I wrote a Java program to connect to Websphere MQ to publish messages. I created a JNDI namespace, connection factory, …

jms ibm-mq
What happens if a message is rolled back in MQ?

I receive a message from a WebSPhere MQ queue. I try to process and if i receive some exceptions i …

transactions message-queue ibm-mq high-volume
What is meant by binding mode in WebSphere MQ?

I am working with WebSphere MQ FTE. While reading a document I came across a sentence that the bridge agent …

binding ibm-mq websphere-mq-fte