Example 1: 3
3begin; 3EXECUTE FUNCTION MQUnsubscribe('Weather'); 3commit;3
This example demonstrates unsubscribing an interest in messages 3containing the topic "Weather" with the following parameters: 3
3Example 2: 3
3begin; 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