Can Rasa core server be used to listen to RabbitMQ/MQ events

Can Rasa core be listen to Rabbit MQ or any message queue events and take actions and send the response to UI like chatroom.

Hello! Currently not … For this, you can consume the rabbitmq queue in an external microservice and send messages through a rest channel.

The core currently does is deliver all events in pub/sub like rabbitMq or Kafka