Home | Previous Page | Next Page   MQ DataBlade Module > About the MQ DataBlade Module > Verification > 3 3 3

Receiving an Entry from a Queue

3

The MQReceive() function 3removes the message from the queue, as in the following example:

3

3
BEGIN WORK;
3
3EXECUTE FUNCTION MQReceive('IDS.DEFAULT.SERVICE', 'IDS.DEFAULT.POLICY');
3
3(expression)  hello queue
3
31 row(s) retrieved.
3
3COMMIT WORK;
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]