ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Send Message through IBM CLIENT MQ

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Send Message through IBM CLIENT MQ

    I need to send a message to a queue and I have seen that it can be done through IBM MQ CLIENT, I have installed it, but I am not able to do anything, I can't find a manual to do it.

    How can I send a message to a queue from a pgm that is an emulator?

  • #2
    Have you studied the examples here ? https://www.ibm.com/docs/en/ibm-mq/7...examples-cobol

    These are mainframe oriented but COBOL is COBOL pretty much.

    Edit: You really haven't looked very hard it seems - simply googling "ibm mq examples rpg" produces this web page which gives IBM i specific examples in RPG COBOL and C! https://www.ibm.com/docs/en/ibm-mq/8...s-samples-mq-i

    P.S. The program is NOT an emulator. It is an interactive program which runs on a 5250 terminal - which may indeed be being emulated by a software emulator such as ACS.
    Last edited by JonBoy; September 1, 2021, 09:28 AM.

    Comment

    Working...
    X