About 21,100,000 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. 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 - that's the "Hello …

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

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

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

  6. MQ error 2085 while connecting with remote queue - Stack Overflow

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

  7. 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 able to plug in …

  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. 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. messaging - What is the difference between a message channel and …

    Jul 31, 2015 · The IBM MQ channel is a specific configuration defining network connectivity between the queue manager and another queue manager or a client application. I hope this clarifies the …