Thread: Does C have tools to put messages to MQ not using MQ libraries?

  1. #1
    Registered User
    Join Date
    Apr 2017
    Posts
    51

    Does C have tools to put messages to MQ not using MQ libraries?

    I have C program, which has to connect to remote server MQ without MQ libraries on local server. Does C have tools to put messages to MQ not using MQ libraries?

  2. #2
    Registered User
    Join Date
    Jun 2015
    Posts
    1,640
    You would have to write the code to do so from scratch, which would normally be a bad idea.
    Have you looked here?

  3. #3
    Registered User
    Join Date
    Apr 2017
    Posts
    51
    I read it. The problem is that on local server we don't have IBM MQ, that means no MQ library, no MQCONN,MQOPEN and so on. What I need is to write a C program, which can connect to remote server, where IBM MQ exists. My question is: how can I connect to remote server and put message to IBM MQ and receive it from there, if I don't have IBM MQ server on my local machine

  4. #4
    Registered User
    Join Date
    Jun 2015
    Posts
    1,640
    I don't know. You need to look up the specs (if they are publicly available) and get to work.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Documentation tools for C
    By 127.0.0.1 in forum Tech Board
    Replies: 2
    Last Post: 06-19-2011, 10:31 AM
  2. Debugging tools?
    By cpjust in forum Tech Board
    Replies: 6
    Last Post: 01-12-2011, 04:51 PM
  3. Tools
    By CristianBF in forum C Programming
    Replies: 11
    Last Post: 12-19-2009, 09:09 AM
  4. Looking for HDL tools
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 04-08-2008, 03:47 PM
  5. About Icon Tools
    By lszyn in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 03-29-2002, 01:08 PM

Tags for this Thread