I need help on following:
I want to use RabbitMQ message broker for internal communication among microservices. For example shopping cart, order, product, payment etc.
Can I use AMQP for internal communication among microservices & MQTT for push notification to mobile & web browser?
Can I use both AMQP & MQTT with RabbitMQ at the same time or only one can be used not both?