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
a5a138ca
Commit
a5a138ca
authored
9 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
fixing stuff
parent
78a0bbf8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
setup.py
+2
-2
2 additions, 2 deletions
setup.py
with
3 additions
and
2 deletions
README.md
+
1
−
0
View file @
a5a138ca
...
...
@@ -16,6 +16,7 @@ You only need to remember that:
2.
CoolAMQP will tell you when it senses losing broker connection.
*
It will also tell you when it regains the connection (that means that everything is redefined).
3.
Delivering messages multiple times may happen.
*
Ensure you know when it happens. Keywords: message acknowledgement, amqp specification
As the project is in it's infancy stages, but actively maintained and used in a commercial project,
if you need a feature - just drop me a note or create a new issue here.
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
2
View file @
a5a138ca
...
...
@@ -3,10 +3,10 @@
from
distutils.core
import
setup
setup
(
name
=
'
CoolAMQP
'
,
version
=
'
1.0
'
,
version
=
'
0.1
'
,
description
=
'
The AMQP client library
'
,
author
=
u
'
Piotr Maślanka
'
,
author_email
=
'
piotrm@smok.co
'
,
url
=
'
https://github.com/piotrmaslanka/coolamqp
'
,
packages
=
[
'
coolamqp
'
],
packages
=
[
'
coolamqp
'
,
'
coolamqp.backends
'
],
)
\ No newline at end of file
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