1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
Ivan Kozlovic 5a458036a2 Major rewrite of NATS Streaming Server concepts section
and updates to the developing section.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2019-05-22 18:11:42 -06:00

7 lines
422 B
Markdown

# Channels
Channels are at the heart of the NATS Streaming Server. Channels are subjects clients send data to and consume from.
***Note: NATS Streaming server does not support wildcard for channels, that is, one cannot subscribe on `foo.*`, or `>`, etc...***
The number of channels can be limited (and is by default) through configuration. Messages produced to a channel are stored in a message log inside this channel.