-
**Description**
We cannot use the library since version 3.6.1, because of https://github.com/php-amqplib/php-amqplib/pull/1145.
We use https://github.com/cloudamqp/amqproxy which only listens on…
-
I'm having trouble configuring cloudamqp/websocket-tcp-relay behind ingress in a Kubernetes cluster
ingress annotations are as following:
```
annotations:
kubernetes.io/ingress.class: nginx
…
-
@tresbailey, I'm trying to make use of this cartridge to use with django on OpenShift and RabbitMQ on CloudAMQP.
If I Import the manifest, I get the following error (I've added the line breaks):
```…
-
Now that we have the topology API, here are the steps required towards automatic reconnection:
- [x] add an `Option` to the wrapped `basic_consume`, set it to None from the public wrapper, store th…
-
We deploy or applications on two different CF installations (pivotal and swisscom). The two are different in terms of how the rabbit credentials are defined in `VCAP_SERVICES`.
The rabbit credentia…
-
Inspiration: https://github.com/rabbitmq/rabbitmq-server/tree/master/deps/rabbitmq_random_exchange
-
![image](https://user-images.githubusercontent.com/32285324/92089880-4fd5a180-ee01-11ea-9a94-76923bcdb9be.png)
-
`terraform plan` and `terraform apply` take a long time to refresh information when working on CloudAMQP projects. By inspecting with `-parallelism=1` it looks like the resources that take an unusuall…
-
when using [private link](https://registry.terraform.io/providers/cloudamqp/cloudamqp/latest/docs/resources/privatelink_aws) apps are successfully connected to rabbitmq cluster, this is a great soluti…
-
Maybe I'm using it wrong. And forgive, I don't know much go. Trying to pair this up with `https://github.com/cloudamqp/amqpcat` and consume from a rabbitmq queue and pipe to an sqs queue like so:
`…