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

creates a queue on the EMS

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