issues
search
wagslane
/
go-rabbitmq
A wrapper of streadway/amqp that provides reconnection logic and sane defaults
https://blog.boot.dev/golang/connecting-to-rabbitmq-in-golang-easy/
MIT License
805
stars
128
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: add queue message expiration option for consumer
#191
taki-mekhalfa
opened
1 month ago
0
Credentials are being logged on connection error
#190
latuszek
opened
1 month ago
0
Publishing Timeout
#189
dgonzalezKentech
opened
1 month ago
1
fix set channel in Confirm mode not immediately after creating
#188
makometr
opened
1 month ago
0
fix set channel in Confirm mode not immediately after creating
#187
makometr
closed
1 month ago
0
Inconsistent channel state in confirm mode while reconnecting
#186
makometr
opened
1 month ago
1
Queue not create
#185
brounnoupegreula-7757
closed
2 months ago
0
WithPublishOptionsMandatory not return error?
#184
brounnoupegreula-7757
opened
2 months ago
0
create queue with publisher
#183
brounnoupegreula-7757
closed
2 months ago
0
Custom Logger broken on shutdown
#182
brounnoupegreula-7757
closed
3 months ago
2
consumer Run is blocking code
#181
justjack1521
closed
3 months ago
1
Consumer ACK but getting metrics of Manual ACK
#180
willthrom
closed
4 months ago
1
producer connect pool
#179
Mikaelemmmm
closed
4 months ago
2
bugfix: graceful consumer shutdown
#178
eric-chao
closed
4 months ago
2
fix: pass shuffle param to StaticResolver
#177
wzy9607
closed
4 months ago
0
NewStaticResolver's shuffle paramater is not effective
#176
wzy9607
closed
4 months ago
0
fix(shutdown): lock in handlerGoroutine
#175
thibleroy
closed
4 months ago
3
graceful shutdown is invalid
#174
nilnoun
closed
4 months ago
3
consumer: v0.14.0 implementation can lead to unprocessable messages
#173
gnuletik
closed
4 months ago
2
runtime: goroutine stack exceeds 1000000000-byte limit on v0.14.1 after recovery
#172
gnuletik
closed
3 months ago
4
chore: initial integration test
#171
astromechza
closed
2 months ago
3
fix: initialise handlerMu in consumer (#169)
#170
astromechza
closed
5 months ago
2
panic since v0.14.0
#169
gnuletik
closed
5 months ago
2
Rename mux->mu and update amqp
#168
wagslane
closed
5 months ago
0
Can consumer support temporary queues?
#167
guodongq
closed
5 months ago
1
Consumer: close gracefully
#166
thibleroy
closed
5 months ago
1
reconnection err while rabbitmq server handshake_timeout
#165
minhyannv
closed
4 months ago
2
reconnection error: error reconnecting to amqp server: Exception (504) Reason: "channel/connection is not open"
#164
minhyannv
closed
5 months ago
0
Add cluster support via Resolver
#163
wazsone
closed
5 months ago
3
reconnection bug
#162
yunxu0604
closed
5 months ago
3
NotifyPublish ReconnectCount - how is it intended to be used?
#161
jamoflaw
closed
4 months ago
2
Asynchronous reconnection
#160
timandy
closed
5 months ago
3
fix: consumer close before run
#159
johanneswuerbach
closed
5 months ago
2
update `amqp091-go` from `v1.7.0` to `v1.9.0`
#158
thepabloaguilar
closed
8 months ago
1
Update: remove logs
#157
nickolajgrishuk
closed
8 months ago
0
Add cluster support via Resolver
#156
nemith
closed
8 months ago
1
Replace `log` to `logger.Logger` in `Dispatcher.Dispatch`
#155
foobarbazmeow
closed
8 months ago
0
docs and multiple exchanges
#154
wagslane
closed
8 months ago
0
Docs specify `WithPublisherOptionsExchangeDeclare` *stops* this library from declaring the exchanges existance
#153
Nikola-Milovic
closed
8 months ago
0
Add support for any kind of declarations when reconnecting
#152
hofmeister
closed
7 months ago
2
how to gracefully shutdown mq consumers?
#151
eric-chao
closed
8 months ago
0
feat: added consumer.WaitForHandlers
#150
astromechza
closed
5 months ago
4
memory leak
#149
lmb1113
opened
11 months ago
20
Support for RabbitMQ Clusters
#148
angelokurtis
closed
5 months ago
3
add super consumer
#147
qingo
closed
11 months ago
0
A queue can accept multiple bindings from multiple exchanges
#146
qingo
closed
8 months ago
1
Return an error instead of crashing when we cannot retry consumer
#145
hugowetterberg
closed
8 months ago
1
received 'direct' but current is 'topic'"
#144
fighterhit
closed
1 year ago
1
My business requires batch processing of messages. Currently, the Consumer can only provide one callback at a time. Can I open up chan (msgs)? I want to handle message callbacks myself
#143
pzhu1015
closed
8 months ago
1
Declare queue without consuming messages
#142
danikk741
closed
8 months ago
2
Next