About 55,900,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. 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.

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

  4. Using Spring boot JMS to send and receive messages over IBM MQ

    Aug 26, 2022 · ibm.mq.conn-name=<my-server-host-name>(<my-server-port>) Unfortunately this is not the appropriate property as the application is searching for a queue manager on localhost. I did not …

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

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

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

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

  8. java - how can i read messages from IBM MQ using spring boot ...

    And the spring TaskSchedulerPool will be overloaded as there are other data migration schedulers. Please verify and suggest me efficient methods in reading messages from IBM MQ. thank you.

  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 connect by …

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