Pika : pip install pika
Pymongo : pip install pymongo
Enable Rabbitmq management interface : rabbitmq-plugins enable rabbitmq_management
You can then access it through : http://localhost:15672/
Edit the endpoints.yml with the one in this repository
Launch Rabbitmq server
Run rasa shell -- debug
Run the python pika_consumer.py script
Interact with rasa shell and check for the logging in mongodb collection "logs"
Leave the rasa shell idle for 10mins and try again to check if the channel is still open for the broker.pika.