drichards188 / NetHive

RabbitMQ Microservices Processing Project
1 stars 0 forks source link

Focus on RabbitMQ Features - Routing #6

Open drichards188 opened 1 year ago

drichards188 commented 1 year ago

routing is a strong feature of RabbitMQ above AWS SQS/SNS. integrate a use case for it

drichards188 commented 1 year ago

such as having a stream of data. then based off of routing, pull specific pieces off. like a consumer that receives all data. then a secondary consumer that receives critical messages

drichards188 commented 1 year ago

Use Topic Exchange pattern

https://www.educba.com/rabbitmq-routing-key/