@nestjs-plugins/nestjs-nats-jetstream-transport
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -40,3 +40,2 @@ "use strict"; | ||
const consumerOptions = (0, server_consumer_options_builder_1.serverConsumerOptionsBuilder)(this.options.consumerOptions, subject); | ||
console.log(consumerOptions); | ||
const subscription = await js.subscribe(subject, consumerOptions); | ||
@@ -71,2 +70,3 @@ this.logger.log(`Subscribed to ${subject} events`); | ||
const subscriptionOptions = { | ||
queue: this.options.consumerOptions.deliverTo, | ||
callback: async (err, msg) => { | ||
@@ -73,0 +73,0 @@ if (err) { |
{ | ||
"name": "@nestjs-plugins/nestjs-nats-jetstream-transport", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Nats JetStream Transport for NestJS", | ||
@@ -44,3 +44,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "6b02cc995ef151cf3f1e0e5dc83a3e13e535825c" | ||
"gitHead": "868db2c55ee77af898151d4ae6700e1c461cb7df" | ||
} |
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
136653