pub fn list_all_queues(session: &Session) -> Result<Vec<QueueInfo>, Error>
Expand description

lists all queues present on the EMS

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