What procedures can you use to register with an AQ? | Oracle DBA

The user of an AQ is called a subscriber, which can be added through the add_subscriber procedure. It can be altered using the alter_subscriber procedure and removed using the drop_subscriber procedure of the dbms_aqadm package.
Oracle also provides procedures to schedule propagation of messages in an AQ. This procedure is called schedule_propagation. It can be unscheduled using the unscheduled_propagation procedure.