-
We need to start writing the event bus spec soon. The result of the Walking Skeleton was to use RabbitMQ (AMQP 0.9.1 + extensions).
I've never been entirely comfortable with this as it's a specific…
-
Would be nice to be able to import existing clusters to backport configs to terraform
-
Hi everyone, I suppose this will be the official implementation interacting with CloudAMQP resources throught Terraform, is that right?
I'm after this for a while now and I would be more than keen …
-
**Version**
v2.9.2
**Description**
I have one connection and array of callbacks (consumers). I iterate callbacks, take channel from connection, consume current callback for given channel and a…
-
## Expected/Wanted Behavior
There should be a Terraform getting start tutorial that:
1. Creates a CloudAMQP RabbitMQ (free one by default)
2. Creates a MongoDB atlas backend DB (free one by defa…
-
After upgrading to 1.3.0 It does not connect to RabbitMQ anymore.
After downgrading it to 1.2.2 it worked again.
Elixir version: 1.9.0
OTP: 22.0.3
My code that connects to AMQP:
```
def init…
-
It seems that there is a bug when trying to open a channel that passes `AMQ::Protocol::Frame`. Errors are not created with other types (`String`, `Int32`, etc) but this simple test shows the error:
…
-
Whenever I try to plan/apply my changes where I use "elephantsql" provider I'm getting error:
```
* provider.elephantsql: fork/exec /Users/batuzz/.terraform.d/plugins/terraform-provider-elephantsq…
-
Since two weeks ago, we experience a problem where the connections opened by our amqproxy instance won't be closed, resulting in more and more open connections, up to the point where our CloudAMQP ins…
-
Hi, it's me again !
I am testing publishing "large" messages (5.7 MiB) to RabbitMQ with the latest lapin with publisher confirms.
With smaller messages, (500KiB), they are confirmed right away. …