About 3,120,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. MQ error 2085 while connecting with remote queue

    Jul 13, 2017 · My .NET code can connect and put a message to a remote queue successfuly. However, the same code does not work with local queue.

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

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

  5. ibm mq - How to know the MQ Queue Manager Channel Name in …

    Jan 7, 2018 · You can either create a new server connection channel from MQ Explorer (or using runmqsc commands) or connect using the "SYSTEM.DEF.SVRCONN" channel, which exists …

  6. What is the difference between Amazon MQ and SQS?

    Oct 2, 2023 · Amazon MQ is a managed broker service (i.e. Apache ActiveMQ "Classic" or RabbitMQ). This provides support for a variety of industry-standard queue and broadcast …

  7. RESTful v/s MQ. Differences and other key features apart from ...

    Oct 8, 2013 · In MQ model the producer and consumer need not be running at the same time. The producers and consumers do not interact directly. The message broker takes care of …

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

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

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

    Apr 4, 2018 · Whereas RabbitMQ only supports amqp, IBM MQ supports amqp, local app bindings, IBM MQ propriety client connections and many more. RabbitMQ is lightweight but …