move_queue

Function move_queue 

Source
pub async fn move_queue(
    broker_url: &str,
    from_queue: &str,
    to_queue: &str,
    confirm: bool,
) -> Result<()>
Expand description

Move all tasks from one queue to another