Function tibco_ems::admin::delete_queue

source ·
pub fn delete_queue(session: &Session, queue: &str) -> Result<(), Error>
Expand description

deletes a queue from the EMS

the underlying connection must be an admin connection created through the tibco_ems::admin::connect() function.