@hastehaul/common 2.0.10 → 2.0.11
Sign up to get free protection for your applications and to get access to all the features.
@@ -54,7 +54,7 @@ class NatsConsumer {
|
|
54
54
|
ack_policy: nats_1.AckPolicy.Explicit,
|
55
55
|
ack_wait: this.ackWait,
|
56
56
|
durable_name: this.durableName,
|
57
|
-
replay_policy: nats_1.ReplayPolicy.
|
57
|
+
replay_policy: nats_1.ReplayPolicy.Instant,
|
58
58
|
filter_subject: this.subject,
|
59
59
|
};
|
60
60
|
}
|