-
Hi, when I try to run
```
videlalvaro/php-amqplib/demo/amqp_consumer.php
```
I've got the error after process completed:
```
PHP Fatal error: Uncaught exception 'PhpAmqpLib\Exception\AMQPRuntimeE…
-
Issue reported here https://github.com/eclipse/vert.x/issues/1753
-
We use [`sneakers`](https://github.com/jondot/sneakers/) which in turn uses `bunny` so my apologies if this issue is with `sneakers` and not with `bunny`. I've also [opened the issue in the `sneakers`…
jgrau updated
7 years ago
-
Hi,
I installed Wooey in a Docker and can successfully open Wooey in a browser, add scripts via the admin interface, and submit jobs.
However, the jobs are not executed - I only get a "Wating" sta…
-
I created a simple .net core console application with docker support. Following Masstransit code fails to connect to RabbitMQ instance on host machine. But implementation using RabitMq.Client and 'R…
-
As [mentioned by Adrian on Gitter](https://gitter.im/openzipkin/zipkin?at=5934c1c1cf9c13503c53ccc6), support for RabbitMQ has been requested multiple times, so I am making this issue to track it. Thos…
-
### Context
At the moment we run a server called (for historical reasons) `db`, which runs the following services:
- MySQL (for WordPress)
- Redis (for WordPress)
- ~~RabbitMQ (for Hypothesis)…
-
Using
- Source :: org.springframework.cloud.stream.app:rabbit-source-rabbit:1.0.4.RELEASE
- Spring Cloud Data Flow Server 1.1.0.M1
My SCDF server application is using Rabbit as the underlying …
-
CloudAMQP and similar hosted versions of RabbitMQ use a `vhost` for multi-tenant environments.
When trying out lapin, I think the lack of `vhost` support was the only thing "technically" keeping me…
-
Hi, I have set up RabbitMQ free plan lemur. and try to connect it through php with php-amqplib module.
But unable to connect it. it responds me with this -
PHP Fatal error: Uncaught exception 'Ph…