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

    May 19, 2010 · 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 technologies like …

  2. 消息队列(mq)是什么? - 知乎

    继之前的mysql夺命连环之后,我发现我这个标题被好多套用的,什么夺命zookeeper,夺命多线程一大堆,这一次,开始面试题系列MQ专题,消息队列作为日常常见的使用中间件,面试也是必问的点之 …

  3. java - How to resolve IBM MQ call failed with compcode '2' ('MQCC ...

    Nov 14, 2024 · The MQ Java client library prior to MQ v7.1 (I think) sent a blank RemoteUserIdentifier which wasn't good because of an underlining security hole or feature, depending on your point of view.

  4. 关于mq现在主流用哪一个? - 知乎

    一、引言 1.1 为什么要用消息队列(MQ) 在现代的微服务架构或分布式系统中,服务之间的通信是系统设计的核心之一。 消息队列(Message Queue,MQ) 就是用来帮助不同服务或系统之间发送和接 …

  5. c# - How to connect .NET application to IBM MQ using Server Side SSL ...

    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 Python + …

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

  7. 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 to v8 and by …

  8. how to connect to queue manager with TLS enabled in ibm-mq

    Mar 3, 2023 · I am writing one java client application to connect to IBM-MQ queue manager configured in TLS. Below is java code: import com.ibm.mq.MQC; import com.ibm.mq.MQEnvironment; import …

  9. ibm mq - IBM MQ JMS not working after migration to Spring Boot 3 …

    Aug 20, 2023 · I tried to call an Enterprise MQ in Spring Boot 2.5 using javax.jms MQ dependencies. The connection is being successfully made. Below is my pom.xml and code. I am using an App ID …

  10. MQ client (amqputc) getting "MQCONNX ended with reason code …

    Sep 6, 2024 · Want to check what is wrong with my configuration. Installed the MQ and created the queue using mq-dev-config.mqsc. created a root, server and a client certificate for enabling TLS. I …