Legacy - NATS Docs
CtrlK
NATS.ioNATS by ExampleSlackNATS Docs
  • Legacy NATS Documentation
  • NATS Streaming Server (aka STAN)
    • Developing With STAN
      • Connecting to NATS Streaming
      • Publishing to a Channel
      • Receiving a Message from a Channel
      • Queue Subscriptions
      • Durable Subscriptions
      • Acknowledgements
      • The Streaming Protocol
    • STAN Concepts
      • Store Encryption
      • Partitioning
      • Relation to NATS
      • Store Interface
      • Channels
        • Message Log
        • Subscriptions
          • Durable
          • Regular
          • Queue Group
          • Redelivery
      • Clustering
        • Containers
        • Configuration
        • Auto Configuration
        • Supported Stores
      • Monitoring
        • Endpoints
      • Fault Tolerance
        • Active Server
        • Standby Servers
        • Failover
        • Shared State
    • STAN NATS Streaming Server
      • Embedding NATS Streaming Server
      • Running
      • Installing
      • Docker Swarm
      • Windows Service
      • Configuring
        • Store Limits
        • Configuration File
        • Securing
        • Command Line Arguments
        • Persistence
          • File Store
          • SQL Store
      • STAN on Kubernetes
        • NATS Streaming Cluster with FT Mode
  • nats-account-server
    • Inspecting JWTs
    • Update Notifications
    • Directory Store
    • Basics
Powered by GitBook
On this page
  1. NATS Streaming Server (aka STAN)
  2. STAN Concepts
  3. Channels
  4. Subscriptions

Regular

The state of these subscriptions is removed when they are unsubscribed or closed (which is equivalent for this type of subscription) or the client connection is closed (explicitly by the client, or closed by the server due to timeout). They do, however, survive a server failure (if running with a persistent store).

PreviousDurableNextQueue Group