issues
search
benjamin-hodgson
/
asynqp
An AMQP library for asyncio
MIT License
84
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support for Python 3.8 and later
#109
manojpandey
opened
3 years ago
1
0.5.1 broken under 3.7; Fix already merged - needs release
#108
pglombardo
closed
5 years ago
2
how do I check connection status before publish
#107
hritik09
opened
6 years ago
1
publish does not guarantee delivery, and socket error is not raised to be handled by application
#106
hritik09
opened
6 years ago
1
Increment version to 0.6.1
#105
evmyzgin
opened
6 years ago
2
Add support for Python up to 3.7.
#104
evmyzgin
closed
6 years ago
2
Await is reserved keyword in python3.7
#103
macdewee
closed
6 years ago
2
name q1@node or q1$node is valid by rabbitmq, but not valid by VALID_QUEUE_NAME_RE
#102
inshua
opened
6 years ago
0
send to not exists routing key will raise error but cannot capture it
#101
inshua
opened
6 years ago
0
Guaranteed delivery of published messages
#100
tkukushkin
opened
6 years ago
1
Split two different IndexErrors in Synchroniser.notify
#99
romantolkachyov
closed
5 years ago
0
fix asyncio.async deprecation warning (replaced with ensure_future)
#98
romantolkachyov
closed
7 years ago
2
Deprecation warning for asyncio.async()
#97
romantolkachyov
closed
7 years ago
2
Please delete this isse...
#96
denisroldan
closed
7 years ago
0
Give ability to send non-ascii via using dict as message body
#95
purpleP
opened
7 years ago
0
Synchroniser.notify hits 'unexpected method notification' in tests.
#94
alexjc
opened
7 years ago
1
Doc mandatory param; cross link to set_return_handler
#93
bitdancer
closed
7 years ago
2
Issue using partials in `Queue.consume()`
#92
bstempi
opened
7 years ago
2
It's possible to lock up queue.consume() so that it never emits any callback.
#91
CompPhy
opened
7 years ago
1
Provide support to send message directly to queue bypassing exchange
#90
horpto
closed
7 years ago
1
Queue get as a blocking method
#89
pkolchanov
closed
7 years ago
2
Add simple on_connection_close handler without exception handlers
#88
polosaty
closed
8 years ago
3
delivery mode not defaulted
#87
dmacnet
opened
8 years ago
0
Mark amq.rabbitmq.reply-to as valid queue name
#86
cybergrind
closed
8 years ago
2
Why callback in consume can't be coroutine?
#85
purpleP
closed
8 years ago
3
How to consume from multiple queues concurrently
#84
farefernandez
closed
8 years ago
3
No enforcement of unidirectional channels
#83
dmacnet
opened
8 years ago
0
Async iterable for consuming messages instead of callback
#82
purpleP
opened
8 years ago
0
Changed all occurences of 'try except pass' into 'with suppress' context manager
#81
purpleP
closed
8 years ago
2
Please upload current version into PyPI.
#80
mosquito
closed
8 years ago
1
Unhandled socket.send() raised exception.
#79
dmacnet
opened
8 years ago
1
Queue should not bind to default exchange
#78
txomon
closed
8 years ago
12
Using default exchange
#77
txomon
closed
8 years ago
2
Correctly handle zero-length messages
#76
anton-ryzhov
closed
8 years ago
8
Changed the reconnect example to show new features in 0.5
#75
tvoinarovskyi
closed
8 years ago
1
Added backward compatible closed future.
#74
tvoinarovskyi
closed
8 years ago
2
Release 0.6 planned changes
#73
tvoinarovskyi
opened
8 years ago
3
Added v0.5 changes and fixed conformance doc page
#72
tvoinarovskyi
closed
8 years ago
2
Refactor the return handler
#71
tvoinarovskyi
opened
8 years ago
1
Remove QueuedReader and fix method cancellation
#70
tvoinarovskyi
opened
8 years ago
2
Fixed new W503 flake8 checks
#69
tvoinarovskyi
closed
8 years ago
1
Implement setting immediate flag when publishing message
#68
socketpair
opened
8 years ago
0
Question: Is it better than aioamqp ?
#67
socketpair
closed
8 years ago
7
Fixed amqp properties reading. Had invalid flag checks.
#66
tvoinarovskyi
closed
8 years ago
6
Added QueuedConsumer implementation
#65
tvoinarovskyi
opened
8 years ago
2
Fix cancelling channel operations
#64
tvoinarovskyi
closed
8 years ago
1
Added nowait parameters to queue and exchange declarations
#63
tvoinarovskyi
closed
8 years ago
1
Function methods should also raise an error if used after closing
#62
tvoinarovskyi
opened
9 years ago
0
Passive declare of exchanges and queues
#61
tvoinarovskyi
closed
8 years ago
2
Added server side consumer cancel
#60
tvoinarovskyi
closed
8 years ago
8
Next