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

Examples

3

Example 1: 3

3
EXECUTE FUNCTION MQSend('Testing 123')
3

This example sends the message to the WMQ with the following 3parameters: 3

3 3

Example 2: 3

3
begin;
3EXECUTE FUNCTION MQSend('MYSERVICE','Testing 901');
3commit;
3

This example sends the message to the WMQ with the following 3parameters: 3

3 3

Example 3: 3

3
begin;
3EXECUTE FUNCTION MQSend('MYSERVICE','MYPOLICY','Testing 345');
3commit;
3

This example sends the message to the WMQ with the following 3parameters: 3

3 3

Example 4: 3

3
begin;
3EXECUTE FUNCTION MQSend('MYSERVICE','MYPOLICY','Testing 678','TEST3');
3commit;
3

This example sends the message to the WMQ with the following 3parameters: 3

3 Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]