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

Examples

3

Example 1: 3

3
begin;
3EXECUTE FUNCTION MQUnsubscribe('Weather');
3commit;
3

This example demonstrates unsubscribing an interest in messages 3containing the topic "Weather" with the following parameters: 3

3 3

Example 2: 3

3
begin;
3EXECUTE FUNCTION MQUnsubscribe('PORTFOLIO-UPDATES','BASIC-POLICY',
3      'Stocks:Bonds');
3commit;
3

This example demonstrates unsubscribing an interest in messages 3containing the topic "Weather" with the following parameters: 3

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