AMPS
  • What is AMPS?
  • Getting Started
    • Installation
      • Docker
      • Kubernetes
        • Local
        • Openshift
        • AWS
    • Setup
  • Fundamentals
    • Admin
      • Monitoring
        • Message Events
        • Sessions
        • Service Monitoring
        • System Logs
        • Audit Log
        • Consumers
      • Onboarding
        • Groups
        • Users
      • Message Configuration
        • Topics
        • Actions
        • Services
        • Scripts
        • Templates
        • Routing Rules
        • API Endpoints
        • Metadata Fields
        • Keys
        • Jobs
      • Data Configuration
        • Providers
        • Environments
        • Packages
      • Tools
      • System Configuration
    • End User
      • Mailboxes
      • Universe File Agent
      • Auth Tokens
    • Python
  • Use Cases
    • For Engineers
      • GitHub Integration
    • For Support
      • Intercom Integration
  • Guides
    • Creating your first project
    • Creating your first task
    • Advanced permissions
Powered by GitBook
On this page
  1. Fundamentals
  2. Admin
  3. Monitoring

Consumers

PreviousAudit LogNextOnboarding

Last updated 2 years ago

The Consumers screen contains all the consumers for the current AMPS . The consumers are organized by the type of topic on which they consume and display the following information.

  • Topic: The topic the NATS consumer is listening on.

  • Ack Pending: The number of messages that have been delivered by the consumer to AMPS subscribers and are pending acknowledgment. The max number of messages pending acknowledgment should be equal to the subscriber count configured in the subscriber.

  • Pending: The number of messages that are available on the topic but have not yet been delivered to an AMPS subscriber.

  • Redelivered: The number of messages that being redelivered by this consumer due to configured retry policies.

  • Waiting: The number of un-acked messages that are waiting to be handled again by the consumer due to configured subscriber ack wait policies.

Environment