Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coolamqp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
coolamqp
Commits
46f90f77
Commit
46f90f77
authored
9 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
readme changed
parent
e1e8ff0f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-12
4 additions, 12 deletions
README.md
with
4 additions
and
12 deletions
README.md
+
4
−
12
View file @
46f90f77
coolamqp
========
T
he
one library to rule them all
.
W
he
n you're tired of fucking with AMQP reconnects
.
This is a fault-tolerant-able AMQP library.
What other libraries don't, is reconnect to another node
in the cluster if one goes down, restore all queues that were
listened to, and inform the user explicitly when connection goes down
or up to orchestrate itself properly and prepare for eg. missing messages.
tl;dr
-----
This spawns a thread in the background for every AMQP cluster you connect to. That
thread performs all actions associated with it.
\ No newline at end of file
When a connection made by CoolAMQP to your broker fails, it will pick another
node, redeclare exchanges, queues, consumers and tell your application that
a disconnect happened.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment