@niur/nestjs-service-bus
Advanced tools
Comparing version 0.0.9 to 0.1.0
@@ -43,4 +43,3 @@ "use strict"; | ||
}); | ||
// const reciever = this.sbClient.createReceiver(queueName); | ||
receiver.subscribe(this.createMessageHandlers(pattern)); | ||
receiver.subscribe(this.createMessageHandlers(pattern), options); | ||
await receiver.close(); | ||
@@ -47,0 +46,0 @@ }; |
@@ -66,4 +66,3 @@ import { | ||
// const reciever = this.sbClient.createReceiver(queueName); | ||
receiver.subscribe(this.createMessageHandlers(pattern)); | ||
receiver.subscribe(this.createMessageHandlers(pattern), options); | ||
await receiver.close(); | ||
@@ -70,0 +69,0 @@ }; |
{ | ||
"name": "@niur/nestjs-service-bus", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"description": "NestJS Azure Service Bus Microservice Transport", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90675
105
1295