Home |
Previous Page | Next Page MQ DataBlade Module > MQ DataBlade Functions > MQSend() >
3
3
3
3
3
3>>-MQSEND--(--+----------------------------------------+-------->
3 '-send_service--,--+-------------------+-'
3 '-service_policy--,-'
3
3 (1)
3>--msg_data--+--------------+--)-------------------------------><
3 '-,--correl_id-'
3
3
3
3
3
3Notes:
3
3- See the Usage section for information on argument interpretation.
3
3
3- service_name
3- Optional parameter. Refers to the value in the servicename column
3of the "informix".mqiservice table. If service_name is
3not specified, IDS.DEFAULT.SERVICE is used as the service. The maximum
3size of service_name is 48 bytes.
3
3- policy_name
3- Optional parameter. Refers to the value in the policyname column
3of the "informix".mqipolicy table. If policy_name is
3not specified, IDS.DEFAULT.POLICY is used as the policy. The maximum
3size of policy_name is 48 bytes.
3
3- msg_data
3- Required parameter. A string containing the data to be sent
3to WMQ. The maximum size of the string is defined by the LVARCHAR
3data type. For larger messages, use the MQSendClob() function.
3
3- correl_id
3- Optional parameter. A string containing a correlation identifier
3to be associated with this message. The correl_id is
3often specified in request and reply scenarios to associate requests
3with replies. The maximum size of correl_id is
324 bytes. If not specified, no correlation ID is added to the message.
3
3
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]