swirl
Guide to OmniMark 9   OmniMark home
docs home 
 
  Related Topics   Other Library Functions  
function  

mq-connect

 
 

Return type: mq-queue-manager

Returns: A configured mq-connection object wrapping a connection to the queue manager.


Declaration

define external mq-connection function mq-connect
    to                   value       stream                queue-manager-name

Argument definitions

queue-manager-name
is the name of the queue manager to be accessed.


Purpose

Use mq-connect to create a connection to a queue manager.

Requirements

You must include the following line at the beginning of your OmniMark program:

  include "ommqi.xin"

Usage Notes

This function corresponds to the MQCONN function in the MQSeries API.

The CompCode and Reason parameters of MQCONN are integrated into the OMMQI error handling.

Example

Connect to queue manager "QM_desthost".

  include "ommqi.xin"
  
  process
     local mq-connection a-connection
  
     ; Connect to queue manager QM_desthost
     set a-connection to mq-connect to "QM_desthost"

    Related Topics
 
Other Library Functions
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 9.1.0 Documentation Generated: September 2, 2010 at 1:38:10 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2010.