Home | Previous Page | Next Page   MQ DataBlade Module > MQ DataBlade Functions > MQCreateVtiReceive() > 3 3 3

Syntax

3

3
Read syntax diagramSkip visual syntax diagram3>>-MQCREATEVTIRECEIVE--(--table_name---------------------------->
3 
3>--+--------------------------------------------------------+--->
3   '-,--service_name--+-----------------------------------+-'
3                      '-,--policy_name--+---------------+-'
3                                        '-,--maxMessage-'
3 
3>--)-----------------------------------------------------------><
3 
3 3
3
table_name
3
Required parameter. Specifies the name of the table to be 3created. The queue pointed to by the service_name parameter 3is mapped to this table. 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
maxMessage
3
Optional parameter. Specifies the maximum length of the message 3to be sent or received. The default value is 4000; the maximum allowable size is 32,739. 3
3
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]