createNotificationQueue method

Create an event notification queue for this connection.

Syntax
void createNotificationQueue( String queue_name, String parms)
Parameters
  • queue_name   The name of an event notification queue.

  • parms   Creation parameter. Currently unused and set to NULL.

Remarks

An event notification queue with the supplied name is created and can be used for subsequent event notification.

See also