Publish Acknowledgement
Publishes a message directly to a stream and receives an acknowledgement.
Subject
Messages are published directly to the stream's subjects (as configured in the stream). The acknowledgement is returned as a response to the publish operation.
Schema
A response received when publishing a message
errorobject
streamstringrequired
The name of the stream that received the message
Min length:
1seqinteger
If successful this will be the sequence the message is stored at
unsigned 64 bit integer
Minimum:
0Maximum:
18446744073709552000duplicateboolean
Indicates that the message was not stored due to the Nats-Msg-Id header and duplicate tracking
Default:
falsedomainstring
If the Stream accepting the message is in a JetStream server configured for a domain this would be that domain