pub async fn move_queue( broker_url: &str, from_queue: &str, to_queue: &str, confirm: bool, ) -> Result<()>
Move all tasks from one queue to another