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

    May 19, 2010 · 58 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. 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 peer to peer. But, …

  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. IBM MQ call failed with compcode '2' ('MQCC_FAILED') reason '2009 ...

    Sep 15, 2023 · MQRC 2009 - means the connection to queue manager was broken. This could be due to multiple reasons - a network blip, queue manager stopped or went down or server connection …

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

  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. MQ error 2085 while connecting with remote queue - Stack Overflow

    Jul 13, 2017 · MQ error 2085 while connecting with remote queue Asked 8 years, 9 months ago Modified 6 years, 2 months ago Viewed 25k times

  9. How to get put and get statistics of messages on a local queue in mq?

    Apr 19, 2023 · What kind of statistics are you looking for? A while ago, I posted a fully functioning MQ/Java/PCF program called MQListQueueStatus01.java that performs an Inquire Queue Status on …

  10. java - IBM MQ call failed with compcode '2' ('MQCC_FAILED') reason ...

    Apr 18, 2019 · Learn about troubleshooting IBM MQ error 'MQCC_FAILED' with reason code 2035 and potential solutions for Java applications.