About 16,500,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 · 56 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 - Stack …

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

  3. IBM MQ fail with reason '2278' ('MQRC_CLIENT_CONN_ERROR')

    I have been trying with no luck to get a java app to connect to IBM MQ v8 via CCDT file. I can connect fine when connecting using properties (hostname, port, etc) but with CCDT I …

  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. messaging - What is the difference between a message channel …

    Jul 31, 2015 · The IBM MQ channel is a specific configuration defining network connectivity between the queue manager and another queue manager or a client application. I hope this …

  6. How to get port number of queue manager in MQ - Stack Overflow

    Apr 4, 2018 · To be more clear, I didn't find a way to get the port number using the MQ Explorer. I was able to use the command line for this purpose: Open a command line in the Windows …

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

    Jan 7, 2018 · Could anyone please help me to know, how can i know the MQ Queue Manager Channel Name. I have created a local MQ queue, but when i'm trying to connect to it from …

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

  9. MQ error code 2058 when connecting to queue manager by name

    Nov 9, 2017 · The order and where it looks for connection information is documented at the IBM v7.5 (or later) Knowledge Center page "Connecting IBM WebSphere MQ MQI client …

  10. c - mq_open () - too many open files - Stack Overflow

    Usually, Too Many Open files means that your are trying to open file descriptors while you already opened the maximum number of files allowed by the system. cat /proc/sys/fs/file-max show …