-
I am new with AMQP, node and angular. I have installed it in my project but I have facing certain issues . Is there any prerequisite I am missing?
![amqp-ts](https://user-images.githubusercontent.c…
-
About 60 seconds after starting a channel.basic_consume followed by a channel.wait(), the connection closes with a Socket Closed error, as here:
Traceback (most recent call last):
File "./rmqtools.…
-
[ERROR] PhpAmqpLib\Exception\AMQPRuntimeException:Error receiving data, errno=110(0) in /mnt/g/workplace/qingsuapi/vendor/hyperf/amqp/src/Connection/SwooleIO.php:176
Stack trace:
#0 /mnt/g/workplace…
-
Could you please implement [TypedInput](https://nodered.org/docs/api/ui/typedInput/) for all text inputs of nodes _amqp-in_ and _amqp-out_ ?
In particular, I'm using _amqp-out_ with a dynamic Excha…
-
Things have happened with zeroconf.py breaking the discoverd program.
amqp.py is not being generated, and slave will not connect automatically.
Temporary fix is to edit amqp.conf manually for slaves.…
-
In order to provide a uniform mechanism for managing connection failures, it would be handy to have a connection manager abstraction that monitors the state of all connections (AMQP included) and can …
-
The version of python2-amqp on archlinux is 2.0.2, but the code seems to require a version of equal to or above 1.4.9 but below version 2.0.
Traceback (most recent call last):
File "/usr/bin/entel…
-
Test new features of:
- New spring-rabbit-junit artifact with some useful testing utilities including BrokerRunning JUnit @Rule;
https://spring.io/blog/2017/10/05/spring-amqp-2-0-0-release-ava…
-
My poolboy skills might be a bit rusty, but this strikes me a bit odd:
```elixir
# … in bugs_bunny.ex
def with_channel(pool_id, fun) do
conn_worker = :poolboy.checkout(pool_id)
:o…
-
I have edited the `MYSQL_HOST` variable of `env` file with IP given by:
```
sudo docker inspect | grep IPAddress
```
When I connect the DB with the above IP as:
```
mysql -h -u root -p
```…