@@codingfriday6537 I've followed the same steps. I'm able to send messages to rabbitmq however I'm not able to receive the messages. By any chance can you upload the complete source code so I can download and try to run it locally, please. Thank you.
@@aliasad8544 it should work..but anyway, code is published to GitHub already, you can clone from there...you will find a zip file that you need to extract and run.
In my project, i have 2 microservices in diferent solutions, the Rabbitmq dashboard shows my consumer. Everything is configured, but my Consumer is not called. Can anyone help me, pls?
Thanks.. it's really helpful. However, suppose i have 3 service, 1. Order creator, 2. Invoice creator, 3. Email sender Now, if all these 3 services are consuming same queue "order-queue" then , which service will mark the queue item as completed? How this will be handled?
Thanks for video. There's a little mistake in github repo. At Micro Service 2 project of Startup.cs file => cfg.ReceiveEndpoint("order-queue", ep => should be cfg.ReceiveEndpoint("order_queue", ep => Or consumer doesn't receive message
Awsome clarification and simplicity of explanation. Could you please make a video on how to configure all this stuff on Docker with the help of the Docker Compose file, Secondly is there any way to make this whole architecture dynamic.
Nice Tutorial, But lets Say i have a microservice Order.Api , I can book an order like example you shown. But how to fetch data of orders back? is there a way in masstransit to do that ? Basically i am Asking about how to fetch saved orders details?? Thanks in advance.
I seem to be stuck, I cannot get m2 to consume the message ( I can see the message on RabbitMQ) I have had a look at your GH repo - our files are the same. Could you maybe assist? Excellent Video :-)
constant moving your face back and forth from corner to corner irritates too much, sorry, do not want to offend you, just my opinion. But video is good
You are most confused and frustrated Engineer! it is not easy to explain micro services to understand in this manner! slow down do it with passion! don't make video just for the sake of getting views ! stop moving your video all around or just get rid of that, no one interested to see your face all the time. Good luck.
Bhai tu kya kar raha hai logo ko micro service sikhane k liye. Yr bhai kam se kam koshish to kar raha hai. Muge to ty most frustrated engineer lag raha hai. Jisko karna kuch nahi hai
@@shailu0287 look at your subscribers numbers! why there is no subscribers! identify mistake and do well, take criticism of on board and do well, good for you. if you can't catch user attention in 2 mins of Video, one will subscribe unlikely! He may be good as developer but not as a teacher.
@Jay I think this is not a way to criticize someone, if you are not liking it then criticize someone in a positive manner. I believe this video is good for those who wants to learn microservices, for both freshers and experienced person.
@@starman9000 still I am not saying anyone frustrated engineer. you have 3 videos and you are behaving like you have 3 million subscribers by posting some airport videos. Bro if you can't do anything good then pls don't demotivate others who are trying to do something good.
It's very helpful. Thank you😍
Excellent bro..... The explanation provided is very good. It is clear and concise...
good job bro... make this kind of more videos...helps
Very nice 👍
Great explanation .. Thank you .. Please keep on
Good One Short nd sweet
Thanks bro to provide so much clear cut knowledge on complicated concept
Explain in very simple way. great video brother.
Very good
This is good one
This is really helpful to understand RabbitMQ
It’s really helpful for beginner like me.
Thank you for ur feedback.
Nice explained...Thank you
Thanks friend. Nice explanation!
Thank you for your feedback.
Great tutorial! Thank you!
Thanks
Thanks man, much needed this. Nice explanation. appreciate it.
you are welcome. Thank you for your feedback.
@@codingfriday6537 I've followed the same steps. I'm able to send messages to rabbitmq however I'm not able to receive the messages. By any chance can you upload the complete source code so I can download and try to run it locally, please. Thank you.
@@aliasad8544 it should work..but anyway, code is published to GitHub already, you can clone from there...you will find a zip file that you need to extract and run.
@@codingfriday6537 Thanks, I didn't see that .zip file there. appreciate it.
The source code works, thank you.
thanks for nice explanation
It was very helpful! Many thanks.
How to send and receive acknowledge that msg is delivered?
What an awesome explanation. New follower here
Awesome ❤️
very helpful.
Best one
Wow, this is really helpful
How can we achieve different exchanges functionalities like direct, topic and dead letter using mass transit?
good one Bro Keep on doing videos on micro service and can you implement Gateway to handle requests in between microservices
I used the same configuration but my all messags going to skipped queue.
In my project, i have 2 microservices in diferent solutions, the Rabbitmq dashboard shows my consumer. Everything is configured, but my Consumer is not called. Can anyone help me, pls?
Thanks.. it's really helpful. However, suppose i have 3 service, 1. Order creator, 2. Invoice creator, 3. Email sender
Now, if all these 3 services are consuming same queue "order-queue" then , which service will mark the queue item as completed? How this will be handled?
Thanks for video. There's a little mistake in github repo.
At Micro Service 2 project of Startup.cs file =>
cfg.ReceiveEndpoint("order-queue", ep =>
should be
cfg.ReceiveEndpoint("order_queue", ep =>
Or consumer doesn't receive message
Could you please provide the link next part of RabbitMq Tutorial.
I am planning to publish next videos by this weekend. I will let you know.
Do you have tutorial which explains message transmission when multiple messagebrokers are involved? Shovel plugin etc.
Awsome clarification and simplicity of explanation. Could you please make a video on how to configure all this stuff on Docker with the help of the Docker Compose file, Secondly is there any way to make this whole architecture dynamic.
Its really helpful but in my case m not able to hit the ms2 from ms1. Can you share github repo link so that i can cross check my code.
got the github source code,missed one line of code. It worked thanks @
codingFriday
Is order class in MS1 should have the same namespace as Order class in MS2 ?
When I hit the await endpoint.send(order); my app just hangs. I'm assuming this is a configuration issue?
It was a config issue. Problem existed in my docker-compose file. Disregard.
Nice Tutorial, But lets Say i have a microservice Order.Api , I can book an order like example you shown.
But how to fetch data of orders back? is there a way in masstransit to do that ?
Basically i am Asking about how to fetch saved orders details??
Thanks in advance.
May be this can answer ur question..as it has end to end flow of transactions between microservices
ruclips.net/p/PLMZQrdYaj-DWUYo2eVGPBx268hQB7dPrl
I seem to be stuck, I cannot get m2 to consume the message ( I can see the message on RabbitMQ) I have had a look at your GH repo - our files are the same. Could you maybe assist? Excellent Video :-)
Why i have the order-queue_skipped and my consumer not called
please try with github code at first, that is in working state.
@@codingfriday6537 i see my problem, the message should have the same namespace
@@thientruong252 I got the same issue could you tell me what message should have the same namespace? my consumer class is not being called ...
check the namespace of your contract/message that has to be same ..as it is commonly being shared between consumer and producer
@@codingfriday6537 If you are referring to "orders-queue" then its same.....I just cant figure it out why not calling the other service :(
awesomeeev
I ma a new bee an d trying to Know what is Spring Boot /cloud
constant moving your face back and forth from corner to corner irritates too much, sorry, do not want to offend you, just my opinion. But video is good
If you remove you face on the video everything could be better.
You are most confused and frustrated Engineer! it is not easy to explain micro services to understand in this manner! slow down do it with passion! don't make video just for the sake of getting views ! stop moving your video all around or just get rid of that, no one interested to see your face all the time. Good luck.
Bhai tu kya kar raha hai logo ko micro service sikhane k liye. Yr bhai kam se kam koshish to kar raha hai. Muge to ty most frustrated engineer lag raha hai. Jisko karna kuch nahi hai
Check ur video first how frustated they are
@@shailu0287 look at your subscribers numbers! why there is no subscribers! identify mistake and do well, take criticism of on board and do well, good for you. if you can't catch user attention in 2 mins of Video, one will subscribe unlikely! He may be good as developer but not as a teacher.
@Jay I think this is not a way to criticize someone, if you are not liking it then criticize someone in a positive manner. I believe this video is good for those who wants to learn microservices, for both freshers and experienced person.
@@starman9000 still I am not saying anyone frustrated engineer. you have 3 videos and you are behaving like you have 3 million subscribers by posting some airport videos. Bro if you can't do anything good then pls don't demotivate others who are trying to do something good.