-
Was removed in https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/2 but then restored in https://github.com/cloudamqp/terraform-provider-cloudamqp/commit/c843f306a91a9c7dd46a7576c118573397…
-
**Symfony version(s) affected**: 4.3-beta1
**Description**
After handling a message which fails, it will be retried 3 times. If all of those retries fail, then the message should be added to the…
-
Currently we use Letsencrypt in combination with [the terraform ACME provider](https://www.terraform.io/docs/providers/acme/r/certificate.html) to get all our TLS certificates.
Unfortunatly, this i…
-
@red-bashmak
Thank you :) I am able to publish the message using ElFileBody as below.
Really appreciate the reply. I am getting started with Gatling and facing an another issue. I have seeked he…
-
I have issue with SSL connection.
We are using AWS RabbitMQ service.
Broker engine version : 3.8.6
```
AMQPException Library error: a SSL error occurred
"file" => "/project/vendor/enqueue/am…
-
Trying to import the attached JSON results in an error (`Upload failed`). The following is logged:
```Sep 13 20:45:42 test-freezing-alpaca-01 avalanchemq[4996]: vhost=padolfex: Loading default defi…
-
When creating the resource:
```terraform
resource "cloudamqp_integration_log" "datadog" {
instance_id = cloudamqp_instance.instance.id
name = "datadog"
region = "us"
api…
robmp updated
3 years ago
-
When I use the `cloudamqp_instance` data source, I get the following error on Terraform;
```
error setting no_default_alarms for resource ***: Invalid address to set: []string{"no_default_alarms"}…
-
When I define:
```hcl
provider "cloudamqp" {}
```
it is mandatory to specify the `apikey` while I was expecting the provider to check if the environmental variable `CLOUDAMQP_APIKEY` is define…
-
Today, when rebuilding the image for security fixes, we got an error. The following steps are done to install the tool and subsequent is the error that came out of it:
```
FROM golang:1.16.4 AS th…