infrawatch / apputils

Common Golang components for InfraWatch projects.
Apache License 2.0
0 stars 2 forks source link

AMQP1 connector connects listener without channel #6

Closed paramite closed 4 years ago

paramite commented 4 years ago

AMQP1 connector tries to connect to a channel even when there is none configured. While this does not stops execution of a program, it fills log with following messages:

[ERROR] Received AMQP1.0 error [connection: amqp://127.0.0.1:5672, address: , error: qd:no-route-to-dest: No route to the destination node]

The cadence is so strong that it fills whole HDD capacity quite quickly, making the server malfunctioning.

paramite commented 4 years ago

Good news is that this happens with older version of apputils and is fixed in master branch. So we need to just create new builds.

paramite commented 4 years ago

Fixed by commit 1a9cbfaa5c120f75312346a78693b3e53e7b4b61