OptionalconsumerOptionaldomainThis field is a convenience for setting up an ExternalStream. If set, the value here is used to calculate the JetStreamAPI prefix. This field is never serialized to the server. This value cannot be set if external is set.
OptionalexternalThis value cannot be set if domain is set
Optionalfilter_An optional filter subject. If the filter matches the message will be on-boarded.
Name of the stream source
Optionalopt_An optional start sequence from which to start reading messages
Optionalopt_An optional start time Date string
Optionalsubject_Apply a subject transforms to sourced messages before doing anything else. This feature only supported on 2.10.x and better.
Configures durable sourcing using a pre-created consumer. When set, the server uses the named durable consumer instead of an ephemeral ordered consumer. Required for reliable mirroring/sourcing of WorkQueue or Interest streams. Available on server 2.14+ (ADR-60).