Skip to content

Commit 6f806dc

Browse files
committed
111
1 parent b1804b0 commit 6f806dc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

OpenFlow/src/amqpwrapper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ export class amqpwrapper {
241241
}, { noAck: false });
242242
q.consumerTag = consumeresult.consumerTag;
243243
this.queues[q.queue] = q;
244+
this.checkQueue(q.queue);
244245
return q.queue;
245246
}
246247
async AddExchangeConsumer(exchange: string, algorithm: string, routingkey: string, ExchangeOptions: any, jwt: string, callback: QueueOnMessage): Promise<void> {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.20
1+
1.0.21

0 commit comments

Comments
 (0)