🚀Connect with me on LinkedIn for Amazing Content and Mentorship - www.linkedin.com/in/priyanshuguptaofficial/ Don't forget to like 👍 the video and subscribe 🔴 to my channel if you really want to take your skills to the next level. 🔥 Article Link - priyanshuguptaofficial.vercel.app/blogs/rabbitmq
Great Share some additional informations Routing Mechanisms in RabbitMQ 1. Direct Routing: Messages are routed to specific queues based on their routing key, which should exactly match the queue name. Example: Queue `my_queue` receives messages with the routing key `my_queue`. 2. Topic Routing: * Uses wildcard characters (`*` and `#`) in routing keys to match multiple queues. * Example: Queue `*.info` receives messages with routing keys ending in `.info`, e.g., `my_queue.info`. 3. Header Routing: * Routes messages based on specific header values instead of routing keys. * Example: Queue `header_queue` receives messages with the header `key=value`. 4. Custom Routing: Plugin-based mechanism that allows for arbitrary routing criteria. * Example: Plugin `rabbitmq_routing_topology` enables routing based on arbitrary message properties. 5. Transient Routing: Allows dynamic routing based on temporary metadata attached to messages. Example: Queue `my_transient_queue` receives messages with a specific `x-transient-queue` header. How to Configure Routing: Exchange Declaration Define the exchange type (e.g., direct, topic) and bind queues to the exchange. Queue Declaration Specify the routing key for the queue when declaring it. Message Publication Set the routing key for the message when publishing it to the exchange.
Thanks for sharing. I have covered info regarding this in the next video of the series: ua-cam.com/play/PLLz6Bi1mIXhEwMukSl5JVPjJNZ_wfiN5C.html&si=UoYFU2eoODqJiQTF
Awesome tutorial sir one request sir aapne board par jo explanation diya hai uska photo ya pdf provide kara dijye please it will help us alot thank you
🚀Connect with me on LinkedIn for Amazing Content and Mentorship - www.linkedin.com/in/priyanshuguptaofficial/
Don't forget to like 👍 the video and subscribe 🔴 to my channel if you really want to take your skills to the next level.
🔥 Article Link - priyanshuguptaofficial.vercel.app/blogs/rabbitmq
If only all teachers could be this clear! Thank you!
Great Video Brother.
Explained the OSI model in a very good way!
Thank you
Thanks. I have been binge watching your videos this whole week.
So happy to know that
This is really depth. Good Work Priyanshu.
Thanks
You never let down your subscribers.....helpful info thanks for sharing.....👍💯
Blessed to know that 😇. Will always try to give my maximum.
lot of effect to creates informative content a big thank for it
🙏😊
this much leavel of quality content and only 29 likes...
🥲 sad truth
Thanks very helpful
Amazing video! U took it to the bear roots! Thank U!
My pleasure! 😇
thanks for great content bro.
Great Share some additional informations
Routing Mechanisms in RabbitMQ
1. Direct Routing:
Messages are routed to specific queues based on their routing key, which should exactly match the queue name.
Example: Queue `my_queue` receives messages with the routing key `my_queue`.
2. Topic Routing:
* Uses wildcard characters (`*` and `#`) in routing keys to match multiple queues.
* Example: Queue `*.info` receives messages with routing keys ending in `.info`, e.g., `my_queue.info`.
3. Header Routing:
* Routes messages based on specific header values instead of routing keys.
* Example: Queue `header_queue` receives messages with the header `key=value`.
4. Custom Routing:
Plugin-based mechanism that allows for arbitrary routing criteria.
* Example: Plugin `rabbitmq_routing_topology` enables routing based on arbitrary message properties.
5. Transient Routing:
Allows dynamic routing based on temporary metadata attached to messages.
Example: Queue `my_transient_queue` receives messages with a specific `x-transient-queue` header.
How to Configure Routing:
Exchange Declaration Define the exchange type (e.g., direct, topic) and bind queues to the exchange.
Queue Declaration Specify the routing key for the queue when declaring it.
Message Publication Set the routing key for the message when publishing it to the exchange.
Thanks for sharing. I have covered info regarding this in the next video of the series: ua-cam.com/play/PLLz6Bi1mIXhEwMukSl5JVPjJNZ_wfiN5C.html&si=UoYFU2eoODqJiQTF
bro is backkk thanks for this tutorial
Always welcome 🙏
Thank you
Really appreciate your effort. Content is really very amazing.
Thank you so much 😊
Remember that not every request goes through each layer. Sometimes, it skips a layer or two.
Waiting for ur videos
Trying my best 🙏
Your content is amazing !!!
Glad to know that
Awesome tutorial sir one request sir aapne board par jo explanation diya hai uska photo ya pdf provide kara dijye please it will help us alot thank you
Ok I will try to do it, although for reference I have attached one document in the description box. You can check that out.
🔥🔥🔥🔥
Bhai how to enable Prometheus plugin for Rabbit mq
www.rabbitmq.com/docs/prometheus
awesome video
can you make videos on kafka as well
Will try to make on kafka as well
rpc is remote procedure call or resource procedure call? at 3.33 .
Its remote procedure call. Sorry if I pronounced something else.
sir i need to analyse rabbitmq logs and channels and queues for the performance testing can you please tell me how to connect with you
Sure, you can schedule a call here - topmate.io/priyanshugupta
I will be happy to help:)
one question from my side what should i choose for frontend vuejs or reactjs for django
If you have a good knowledge about vuejs then go with it else choose react.
@@PriyanshuGuptaOfficial ok thanks
@@PriyanshuGuptaOfficial bro? Which one should we pick if we don't have knowledge of both, which one is quicker to learn and to get the things going!
@@PriyanshuGuptaOfficial and what about Htmx? Can we replace any frontend framework with htmx?
@@Coden69 checkout this, it may help you. ua-cam.com/video/Ula0c_rZ6gk/v-deo.html
RPC = Remote Procedure Call
Please correct this.
Yes that was my mistake
Dude got lost in another world rather explaining RabbitMq