About 18,600,000 results
Open links in new tab
  1. 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, …

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

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

  4. soa - Difference between MQ and ESB - Stack Overflow

    Apr 6, 2020 · can anyone tell me what is a difference between MQ (Message queue) and ESB (Enterprise Service Bus)? I know that both provide inter proces comunication and deal with …

  5. Initial Client Connection to IBM MQ using C# - Stack Overflow

    Feb 4, 2025 · 0 I'm not an IBM MQ .NET expert but some things don't look right. Environment.SetEnvironmentVariable ("NMQ_MQ_LIB", @"C:\Program Files\IBM\WebSphere …

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

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

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

  9. IBM MQ 2059 (MQRC_Q_MGR_NOT_AVAILABLE) error in .NET …

    Jul 26, 2025 · I'm trying to connect to an IBM MQ Queue Manager from a .NET application using IBM.XMS (XMS.NET) client over SSL. I have placed the client certificate (.crt) in Trusted Root …

  10. IBM MQ Authentication and Authorization - Stack Overflow

    Mar 14, 2021 · Authentication of a client connected MQ application can be done by checking the user id and password provided by the application (in the MQCSP) or by something at the …