About 22,000,000 results
Open links in new tab
  1. jms - JMSCMQ0001: IBM MQ call failed with compcode '2' …

    Nov 11, 2024 · The new code uses dependency: implementation group: 'com.ibm.mq', name: 'com.ibm.mq.jakarta.client', version: '9.4.1.0' as mentioned above we need to use Jakarta EE …

  2. 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 …

  3. 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 …

  4. MQ error 2085 while connecting with remote queue - Stack …

    Jul 13, 2017 · MQ error 2085 while connecting with remote queue Asked 8 years, 3 months ago Modified 5 years, 9 months ago Viewed 24k times

  5. Error '2035' ('MQRC_NOT_AUTHORIZED') While Connecting to MQ

    Unless you are using MQ on Windows or MQv8 or later with SecurityPolicy=user on Unix/Linux, granting permission with the -p flag is not recommended. This is because on Unix/Linux prior …

  6. ibm mq - Send Message from Java to MQ results MQ error 2063 …

    Nov 24, 2024 · A new MQ Server 9.3 was installed on Linux and successfully used the above program to send message to the MQ Server on Linux, and so far we didn't face this problem …

  7. 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 …

  8. Comparing IBM MQ to Kafka - Stack Overflow

    May 24, 2019 · I found several comparisons between Kafka and IBM MQ. But I didn't get all my answers yet. I have some conclusions and I need to confirm them. I know that IBM supports …

  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. Connect to Message Queues on IBM MQ from .NET/C# Code …

    Apr 25, 2023 · My goal is to create an application which can send/receive or publish/subscribe messages using the IBM MQ Messaging Solution We are trying to connect to a Queue …