mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
5 lines
346 B
Markdown
5 lines
346 B
Markdown
# Replying to a Message
|
|
|
|
Incoming messages have an optional reply-to field. If that field is set, it will contain a subject to which a reply is expected. In the publishing examples we sent a request for the current time. The following code will listen for that request and respond with the time.
|
|
|
|
!INCLUDE "../../_examples/subscribe_w_reply.html" |