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现在主流用哪一个? - 知乎

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

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

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

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

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

  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

    Feb 24, 2011 · 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 …

  8. Connecting to MQ from Java using SSL fails with error MQJE001 ...

    Sep 22, 2023 · If you encounter errors, check the logs from the following folder on the MQ Server for the Queue Manager in question for example in C:\ProgramData\IBM\MQ\qmgrs\queue-manager …

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

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