Skip to content

Commit f5c85df

Browse files
committed
111
1 parent b43822e commit f5c85df

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

OpenFlow/src/amqpwrapper.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,6 @@ export class amqpwrapper {
227227
} else {
228228
q = new amqpqueue();
229229
}
230-
if (!Util.IsNullEmpty(q.queue)) {
231-
if (q.queue.startsWith("amq.")) {
232-
delete this.queues[q.queue];
233-
}
234-
q.queue = "";
235-
}
236230
q.callback = callback;
237231
// q.QueueOptions = new Object((QueueOptions != null ? QueueOptions : this.AssertQueueOptions));
238232
q.QueueOptions = Object.assign({}, (QueueOptions != null ? QueueOptions : this.AssertQueueOptions));

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.18
1+
1.0.19

0 commit comments

Comments
 (0)