-
-
```
What steps will reproduce the problem?
given().trustStore() doesn't work as expected.
When I do
System.setProperty("javax.net.ssl.trustStore", "jssecacerts.jks");
System.setProperty("javax.…
-
Using 0.9.1 throws the following exception for me on load. 0.9.0 does not.
```
Exception in thread "main" java.lang.IllegalAccessError: opt does not exist, compiling:(clj_http/conn_mgr.clj:1:1)
at c…
-
```
What steps will reproduce the problem?
given().trustStore() doesn't work as expected.
When I do
System.setProperty("javax.net.ssl.trustStore", "jssecacerts.jks");
System.setProperty("javax.…
-
Can you redefine channels_max (`#define PHP_AMQP_PROTOCOL_MAX_CHANNELS 256`) in runtime?
-
I see options for a dead letter exchange but Im looking for an option to have the routing key as well. Is this possible to set? Following this article https://www.cloudamqp.com/docs/delayed-messages.h…
-
Is Sneakers supposed to work with default exchange? If I setup Sneakers like this:
```
Sneakers.configure(amqp: ENV["CLOUDAMQP_URL"],
vhost: ENV["CLOUDAMQP_VHOST"],
# other setting…
-
```
What steps will reproduce the problem?
given().trustStore() doesn't work as expected.
When I do
System.setProperty("javax.net.ssl.trustStore", "jssecacerts.jks");
System.setProperty("javax.…
-
```
What steps will reproduce the problem?
given().trustStore() doesn't work as expected.
When I do
System.setProperty("javax.net.ssl.trustStore", "jssecacerts.jks");
System.setProperty("javax.…
-
Hi,
I am trying to bind and use RabbitMQ in a simple Jersey application in plain java. I have RabbitMQ Installed in my local machine and I am able to communicate and exchange messages over the broker.…