-
```
I've compiled the library on OSX and it compiles (w/warnings) yet when
installing it to /usr/lib I keep getting unresolved symbols.
Since it wasn't working as a .a, I've taken the additional ste…
-
Look into the periodic warning from the broker service as depicted in the following excerpt.
```
2023-08-28 18:10:44.274109+00:00 [info] accepting AMQP connection (192.168.129.6:42016 -> 192.168…
-
When i execute go build inside the project's folder i am getting the following error:
consumer.go:8:2: cannot find package "github.com/streadway/amqp" in any of:
/usr/local/go/src/github.c…
-
##### ISSUE TYPE
- Bug Report
##### ROLE VERSION
```
1.2.0
```
##### CONFIGURATION
see `tests/integration/example`.
##### OS / ENVIRONMENT
FreeBSD, but it is likely to happen on …
-
**Describe the bug**
This only effect when you trying to connect to remote rabbitmq. eg:
`AMQP_URI=amqps://admin:HHm72GUOo40seaVl1e9nVXuwwXGaXN7B@id8v7k.stackhero-network.com:5671`
**To Reproduce…
-
The following python client works fine with celery worker in python, but does not work with the celery worker written in go. But, when i use the go client to submit tasks, it works.
I would be grat…
-
This template creates two services:
- rabbitmq-cluster (5672/TCP (amqp) 5672)
- rabbitmq-cluster-balancer (15672/TCP (http) 15672 and 5672/TCP (amqp) 5672)
How do i expose the 5672 to extern…
-
```
What steps will reproduce the problem?
1. Install rabbitmq-c
2. Checkout from rabbitcpp's svn
3. Run make in rabbitmq source directory
Output:
gcc -c AMQPBase.cpp AMQPException.cpp AMQPMessage.cp…
-
Hi,
I wrote a code that the channel is not reconnected! I think something is wrong!
I start the script and after 5 seconds I restart the rabbitmq, as a result the nodejs code doesn't continue and pa…
-
The latest release (1.2.1) depends on this:
{amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", {tag, "rabbitmq-3.3.5"}}},
That won't build on OTP 19, because of changes in 's…