1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00
AshfordN 5abc18f08a
Spelling correction
changed "later"' to "latter" in the first paragraph
2019-12-26 17:31:40 -04:00
..
2019-12-26 17:31:40 -04:00
2019-11-07 00:04:52 +00:00

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 foo.>, 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.