Skip to content

Commit d1d4e60

Browse files
committed
unlock mq
1 parent a5f0693 commit d1d4e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ fn worker_body(thread_id: usize, rx: Receiver<RowEvents>, mapping: &mut TableMet
599599
if ports.len() > 0 {
600600
for (mq_name, topic) in ports {
601601
let msg_qu = QueueMessage { topic, payload: json_str.clone(), pos };
602-
//queue.push(&mq_name, msg_qu);
602+
queue.push(&mq_name, msg_qu);
603603
}
604604
}else{
605605
warn!("没有可用发送端口");

0 commit comments

Comments
 (0)