queue worker task

This commit is contained in:
nora 2022-03-05 18:10:04 +01:00
parent f860714b2b
commit 800ccae604
8 changed files with 111 additions and 36 deletions

View file

@ -2,7 +2,7 @@ use crate::Result;
use amqp_core::{
amqp_todo,
connection::{Channel, ConnectionEvent},
error::{ChannelException, ConException, ProtocolError},
error::{ChannelException, ConException},
message::Message,
methods::{BasicDeliver, Method},
};