Closed laaurii00 closed 1 month ago
Hello,
Sorry, I have been away on vacation -- do you still need assistance with this problem?
Regardless, I have tracked down the source of the problem here -- it is a documentation error.
The documentation says that the option name for setting the internal RMQ password in the mediator config file is RMQinternalpass
-- this is incorrect.
The option name that the OpenLI mediator is actually looking for is RMQlocalpass
. So if you use that option instead to set the password then the error should go away.
I apologise for the mistake and the resulting confusion. I will be updating the OpenLI configuration parser to accept both RMQlocalpass
and RMQinternalpass
as suitable keys for setting this config option in the future (starting from OpenLI 1.1.9).
Thank you so much for reporting this bug!
Okay, thanks!
I have install OpenLI project from source code. I have done the RabbitMQ configuration with:
The mediator configuration yaml is:
And when I run the OpenLI Mediator component:
Can you help me determine what the error is? Thank you so much.