-
I'm reviewing [some go code using `mq-golang`](https://github.com/knative/eventing-contrib/blob/5cacba6c1dd45c581df14859004112605bcb6c84/contrib/ibm-mq/main.go), and it's not very go-like. In particul…
-
What is the correct way to safely close the connection to redis while letting all the consumers (or producers) gracefully shutdown?
```
connection := rmq.OpenConnection("email queue", "tcp", conf…
-
I am trying to figure out what I'm doing wrong in causing a data race with `redisQueue.StopConsuming()`
```
WARNING: DATA RACE
Write at 0x00c4201960a8 by goroutine 104:
github.com/adjust/rmq.(…
-
Description
===========
I've noticed an issue on Windows when being assigned many partitions during a rebalance that the connection will die because of delayed heartbeats. Essentially the heartbeat …
-
Was it done on purpose ? :)
-
Hi,
I have ran the following command on the Virtualbox VM for submitting the batch job in spark as explained in video:
Did the following steps on my Mac OSX:
1. vagrant ssh
2. cd /pluralsigh…
-
Hi, I want to use this library for push notifications so they don't vanish from memory once the service crashes. Do you think this is a sensible use-case (also considering production use)?
When setti…
-
I have a consumer function called Consume:
```
type TaskConsumer struct {
}
func (consumer *TaskConsumer) Consume(delivery rmq.Delivery) {
```
And I have several instances of my applications runnin…
-
-
```
It would be nice if the mexHID open/close/start/stopQueue functions could take
an array of deviceIDs, to go along with the multiple matching returns from
issue 36.
Even openQueue could take mul…