Celery &Rabbitmq:WARNING/MainProcess] Received and deleted unknown message. Wrong destination?!?- a experiment on the GIT
Recently , I am doing an experiment on a GIT project to understanding the big data processing framework. 1、GIT project: https://github.com/esperdyne/celery-message-processing we have the following components: 1、AMPQ broker( RabbitMQ ): it works as a message buffer, which works as a mail-box to exchange messages for different user! 2、worker: it works as the service-server to provide service for various service client. 3、Queue( "celery" :it works as a multi-processing container which is used to handle the various worker instances at the same time. the key configuration can be seen as bellow: We