About 2,640,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 · 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. ibm mq - How to connect to MQ using Java - Stack Overflow

    There are two different APIs you can use to send an MQ message using the Java language. You can use the MQ Classes for Java and you can use the JMS API. Since you mention JNDI, I …

  3. what is the difference between MQ and MQTT? - Stack Overflow

    Apr 24, 2015 · MQ is an over-arching team that just means messaging. There are lot of different protocols, AMQP is one of them as well. Additionally, IBM had a product called MQ.

  4. ibm mq - How to get default installation directory for IBM MQ in …

    Jan 26, 2017 · MQ v7.1 and higher support multiple installations on the same server. The command setmqenv when sourced will setup some environment variables to allow you to use …

  5. ibm mq - Connecting to remote queue manager using C# and …

    Nov 5, 2010 · I can successfully connect to remote queue manager using MQ Explorer from my development PC using QM_ComputerName as queue manager name, S_ComputerName as …

  6. Error '2035' ('MQRC_NOT_AUTHORIZED') While Connecting to MQ

    Feb 26, 2011 · By adding the user to the mqm group you are giving that user full MQ administrative authority which is not recommended, the application should be granted the least …

  7. messaging - What is the difference between a message channel …

    Jul 31, 2015 · WebSphere® MQ uses two different types of channels: A message channel, which is a unidirectional communications link between two queue managers. WebSphere MQ uses …

  8. Put messages to MQ queue from command-line - Stack Overflow

    Jun 17, 2017 · This SupportPac from IBM has been withdrawn because at v8 of the product it was integrated and renamed to dmpmqmsg. For versions of MQ prior to v8 you can still download …

  9. MQ Explorer Activity Viewer by mqsc commands - Stack Overflow

    Apr 21, 2014 · WebSphere MQ Explorer has a feature called Activity Viewer that can monitor queue status, catching values it calls "Put", "Got" and "High depth" in defined intervals. My …

  10. ibm mq - MQ | Channel RETRYING status - Stack Overflow

    Jun 22, 2020 · I have started exploring MQ series and I noticed Sender channel in RETRYING status after SHORTRTR are exhausted. I have also noticed client applications couldn't …