Any channel can handle an unlimited number of messages that are published to it. However, a channel can only retain a total of 100 messages for short term retrieval. A channel acts as a FIFO queue (first in, first out) and as new message are published, old messages are popped off.