Skip to content

Instantly share code, notes, and snippets.

@logikal
Last active August 29, 2015 14:25
Show Gist options
  • Save logikal/c51adc60bb01e817ab12 to your computer and use it in GitHub Desktop.
Save logikal/c51adc60bb01e817ab12 to your computer and use it in GitHub Desktop.
RabbitMQ talk
  • RabbitMQ
    • A Young Lady's Primer on Distributed Queueing
      • Concepts
        • Publishers
        • Consumers
        • The queue
      • "Networks" or "Why god hates you, and everything you think you know is wrong"
        • Exactly Once Delivery
        • More-than Once Delivery
        • Less-than Once Delivery
    • "Operating RabbitMQ" or "Why the fuck am I being paged"
      • Clustering
        • performance concerns
        • Mirroring queues
        • nodes
          • disk nodes
          • ram nodes
      • Where do the messages live?
        • Where in the cluster
        • Where on the nodes
          • RAM
          • "Mnesia" or "the worst named datastore ever"
    • Further reading
@richard2191
Copy link

I meant "queue is completely backed up and not dequeueing" that we see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment