-
According to [pricing - extras](https://www.cloudamqp.com/plans.html#xtr):
> Extra disk space
> Supported tiers are 25, 50, 100, 250, 500, 1000, 2000 (GB)
> Azure: 0, 32, 64, 128, 256, 512, 1024,…
-
In the cloudamqp portal, we have an option called "Bring your own certificate" in the custom domain page. The Terraform provider does not expose a way to achieve the same configuration as far as we kn…
-
Using kombu that is shipped with celery, in independent workers with asynchronous Hub.
Since August we didn't have any issues.
But recently about 10 days ago started to experience continuous issu…
-
Hi,
We're running this as a kubernetes Daemonset (we've also tried sidecar/extraContainers) and containers constantly restart
```
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: amqpro…
ganey updated
3 weeks ago
-
I try to use pg_amqp to publish messages on my CloudAMQP instance but when I call the following command: `SELECT amqp.publish(1, 'amqp.direct', '', 'message');` I always get an error message that I do…
-
Setup: Direct queue. Message type - PERSISTENT_TEXT_PLAIN
Queue was marked durable as well.
[x] Received '0:1434698721946'
delay: 664
[x] Received '1:1434698726947'
delay: 670
[x] Received '2:14346…
-
Hi,
I'm unable to interact with a CloudAMQP RabbitMQ instance, every resource return a `401 Unauthorized` response.
I've double checked the user used on provider configuration and it has `admini…
-
Hi there,
I am looking to a solution to be able to get SMS messages using API, once i got SMS to my android phone i could be easily get it in my php app or phyton app,
i though how we can send S…
-
Getting the following error when compiling in Typescript:
node_modules/@cloudamqp/amqp-client/types/amqp-base-client.d.ts:27:27 - error TS2749: 'TextEncoder' refers to a value, but is being used as…
-
# Issue
Currently cloudamqp_custom_domain validates and requires that the cname to the hostname exists before creating the custom domain name. This is a good security posture to take to avoid spo…