You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the RabbitMQ library is relocated, it will emit a spurious warning about not being able to find the client version. This is because the property string (com.rabbitmq.client.version), is rewritten but rabbitmq-amqp-client.properties is not.
This is not a server issue, only a client library issue that does not affect operations, but for completeness:
@astei Thanks for this contribution. We'll release 5.5.2 with the fix in the new few days.
acogoluegnes
changed the title
Sprious warnings emitted by ClientVersion when the library is relocated
Spurious warnings emitted by ClientVersion when the library is relocated
Jan 3, 2019
Uh oh!
There was an error while loading. Please reload this page.
If the RabbitMQ library is relocated, it will emit a spurious warning about not being able to find the client version. This is because the property string (
com.rabbitmq.client.version
), is rewritten butrabbitmq-amqp-client.properties
is not.This is not a server issue, only a client library issue that does not affect operations, but for completeness:
Erlang/OTP 20 [erts-9.3] [source] [64-bit] [smp:2:2] [ds:2:2:10] [async-threads:64] [hipe] [kernel-poll:true]
I have a PR to fix this issue, which I will open shortly.
The text was updated successfully, but these errors were encountered: