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.

Accessing MQ with JMS

i am using MQ7 and trying to access a queue with JMS api's. Getting this error. Has anyone seen it …

java jakarta-ee jms ibm-mq
java.lang.NoClassDefFoundError: com/ibm/mq/MQException

This is similar to the earlier question Exception in thread “main” java.lang.NoClassDefFoundError: com/ibm/mq/MQException I am …

ibm-mq
when to use client connection channel in MQ?

i kind of don't understand when to use the MQ client connection channel. From my understanding, when client trying to …

ibm-mq mq
What's the difference between ActivationSpec and ConnectionFactory?

My understanding is that: MDBs (Message Driven Beans) connect via Activation Specification. MDPs (Message Driven POJO) connect via Connection Factory. …

java jakarta-ee websphere ibm-mq
For Websphere MQ tutorial

I am beginner in web sphere mq programming. Any one has sample tutorial for connecting mq queue to java simple …

java websphere ibm-mq websphere-7
Is there a developer edition of WebSphere MQ for free download?

WebSphere Application Server 8.0 is available in a free developer edition, is there also one available for WebSphere MQ?

websphere ibm-mq
Failed to connect to queue manager 'QUEUE-NAME' with connection mode 'Client' and host

I have developed subscripe (topic) conncept using Camel. it is working fine in my local tomcat.but it is not …

java tomcat apache-camel ibm-mq jms-topic
Spring Configuration for JMS (Websphere MQ - SSL, Tomcat, JNDI, Non IBM JRE)

Background: I have a relatively old application that uses Websphere MQ for messaging. It runs on WAS (Websphere Application Server) …

spring tomcat jms jndi ibm-mq
Is it a good practice to use JMS Temporary Queue for synchronous use?

If we use JMS request/reply mechanism using "Temporary Queue", will that code be scalable? As of now, we don't …

java jakarta-ee architecture jms ibm-mq
What is the difference between a message channel and the message queue itself?

What is the difference between a message channel and a message queue itself? They're different things. The queue actually holds …

message-queue messaging ibm-mq mq