-
From time to time, Service Bus Java client cannot recover keeping reporting that connection has been restored while it is not. And it keeps doing it forever. In result, both JMS producers and consumer…
-
I am trying to connect with local docker container without ssl. but it don't have any option to disable it.
-
This test occasionally fails due to the lack of an exception expected to be thrown from the test client using the incorrect credentials.
However looking at the test client logs the ssl negotiation …
-
Currently, our RabbitMQ collector (and sender) doesn't configure or test for amqps. We should fix that as this impacts the ability to use in environments such as cloud foundry
Thx for figuring this…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I am trying to configure RabbitMQ w…
-
Will be very helpfull to be able to provide ssl options in RabbitMQOptions like :
```
.AddRabbitMQ(options =>
{
options.Ssl.Enabled = true;
options.Ssl.ServerName = serverName;
…
-
Hello there,
i had a headache trying to create an SSL connection for RabbitMQ. Correct me if I'm wrong, but I think the smoothest way to achieve this is by using `rabbitmq.uri: amqps://rabbitmq:567…
-
Running flower via `celery --broker=amqps://...` (as provided by [CloudAMQP plugin on Heroku](https://elements.heroku.com/addons/cloudamqp), for example) means when you check the Broker tab in the Flo…
-
From the openssl rust docs:
> OpenSSL's default configuration is highly insecure. This connector manages the OpenSSL structures, configuring cipher suites, session options, hostname verification, …
-
Do you have an example of connecting over `amqps://` scheme URI instead of plain `amqp://`?