Synadia Connect

Consumer

A consumer is responsible for consuming messages from NATS. The consumer configuration allows you to specify the NATS subject to subscribe to, the NATS connection configuration, and whether to acknowledge messages.

Consuming from JetStream

When consuming messages from JetStream, you can specify some additional jetstream related configuration options. These options will impact the performance and behavior of the consumer.

Previous
Producer