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

    Mar 28, 2015 · 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 …

  2. java - How to resolve IBM MQ call failed with compcode '2' …

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

  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 …

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

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

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

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

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

  8. Put and Get Messages to IBM MQ from java code - Stack Overflow

    Apr 4, 2018 · 1 I'm learning IBM MQ. I need to put and get messages to IBM MQ from java code using the best practices. I did this question but I don't know if it's the best way: How to put and …

  9. how to get connect with ibm websphere mq by using c#.net

    Feb 18, 2012 · can any one guide me on, to get connect with ibm websphere mq by using c#.net, reason was i am trying to push the message in to MQ, kindly can any give me suggestion to …

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

    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 …