After installing just logged out and logged in i am getting notification like The application is not configured properly (message consumers are not available). Please contact the system administrator. How to solve this?

Note : Using Bitnami-ORO-CRM in Windows

1

There are 1 best solutions below

1
On

You should run message consumer as a background process. The easiest way to do so is:

bin/console oro:message-queue:consume --env=prod

See the installation guide reference https://oroinc.com/orocrm/doc/current/install-upgrade/installation-quick-start-dev/crm#configure-and-run-required-background-processes

Update:

Your error massage is about: "You have a queue that are growing and nobody (no consumers) are handle it"