Send a notification to all queues matching the given name.
public UInt32 sendNotification( String queueName, String eventName, String parms )
queueName The target queue name (or "*").
eventName The identity for notification.
parms Optional parameters option list. This argument specifies a semicolon delimited name=value pairs option list.
The number of notifications sent (the number of matching queues).
For more information, see Working with event notifications.