About 15,800,000 results
Open links in new tab
  1. What is an MQ and why do I want to use it? - Stack Overflow

    Mar 28, 2015 · 57 On my team at work, we use the IBM MQ technology a lot for cross-application communication. I've seen lately on Hacker News and other places about other MQ …

  2. c# - How to connect .NET application to IBM MQ using Server …

    Jul 27, 2025 · I'm trying to connect my .NET (8.0) application to IBM MQ over TLS using X.509 certificate-based authentication, but running into issues during the SSL handshake. Using …

  3. IBM MQ 2059 (MQRC_Q_MGR_NOT_AVAILABLE) error in .NET …

    Jul 26, 2025 · I'm trying to connect to an IBM MQ Queue Manager from a .NET application using IBM.XMS (XMS.NET) client over SSL. I have placed the client certificate (.crt) in Trusted Root …

  4. java - how can i read messages from IBM MQ using spring boot ...

    And the spring TaskSchedulerPool will be overloaded as there are other data migration schedulers. Please verify and suggest me efficient methods in reading messages from IBM …

  5. Using Spring boot JMS to send and receive messages over IBM MQ

    Aug 26, 2022 · ibm.mq.conn-name=<my-server-host-name>(<my-server-port>) Unfortunately this is not the appropriate property as the application is searching for a queue manager on …

  6. How to use Java JMS with MQseries - Stack Overflow

    Therefore if you use WebSphere MQ as the transport, you will need to use the IBM MQ JMS classes to write a JMS application. That said, if you stick with pure JMS API calls you would be …

  7. JMS connection pooling with IBM MQ Client - Stack Overflow

    Oct 28, 2020 · Explore how to implement JMS connection pooling with IBM MQ Client efficiently, including setup and troubleshooting tips.

  8. java - JMS transport v/s MQ transport - Stack Overflow

    Aug 2, 2010 · MQ can act as a native queue mechanism or a transport for JMS messages. The difference being that JMS messages have some standard header fields at the begining of the …

  9. How to connect to MQ using Java - Stack Overflow

    The IBM MQ product supplies you with sample code to look at. For the MQ Classes for Java, I suggest you look at <wmq-installation-directory>\Tools\wmqjava\samples\MQSample.java - …

  10. "Channel not defined remotely" issue when connecting from …

    Jul 18, 2015 · I have configured two servers by side, one Active MQ and one WebSphere MQ 8.0, in order to communicate each other I've configured an Apache Camel in the middle, which …