This is the best tutorial that I can find on youtube on rabbitMq...thanks for your efforts to make it interesting and simple
@spraj59624 жыл бұрын
Thank you for this whole series on RabbitMQ. You explained everything in a very simple manner :)
@mugume4 жыл бұрын
thank you so much Marco for these wonderful tutorials
@Rulex2Elve4 жыл бұрын
Thanks a lot man, you helped me so much with a class project, keep the work!
@nkosim1315 жыл бұрын
You are brilliant... Thank you for this
@klavier0x992 жыл бұрын
This example can be used in production with docker/kubernates ?
@riirii85404 жыл бұрын
Thank you for this tutorial. I have a really basic question, I will appreciate your response : at 3:05 in this video you are converting the NewCancelCallback to a lambda by selecting "Replace with lambda", even though i select Alt + Enter, i do not get this option please explain why I am not seeing it
@riirii85404 жыл бұрын
resolution can be found here : stackoverflow.com/questions/29888592/errorjava-javactask-source-release-8-requires-target-release-1-8
@meghna13204 жыл бұрын
if autoAck was set to true for the consumer, why did you still receive the old time-less message when you ran it the second time? Shouldn't it have been removed from the queue? Thanks for the short video btw!
@navindudissanayake16694 жыл бұрын
Great series! Very clear explanations. Thank yo.u
@vicavila72224 жыл бұрын
Great tutorial. Thank you.
@RV-Royal-Vantari4 жыл бұрын
Can you please help the below one Requirement :I have to read all the message from queue in single hit or 10 msg atleast
@ni_kabiu_john3 жыл бұрын
i have to say u r a good teacher.. have u considered java android tutorial for the same
@youssefayyar60115 жыл бұрын
Hi Marco, Thanks for your video, please I want to know how can I implement H2 database in cloud, so I can get access from my desktop application using java swing to my host database H2.
@MarcoBehler5 жыл бұрын
Hi @Youssef , that's probably not what you want. Your H2 database is basically "meant" to live next to your Swing application, locally. You could, in theory deploy H2 on a server, in server mode, but then the question is why to use H2 in the first place and not just an installation like MySQL, Postgres, etc. where all the other admin stuff is also properly supported.
@youssefayyar60115 жыл бұрын
@@MarcoBehler Thanks for responding, yes I want to deploy db H2 in server, not embedded in my desktop, I'm fan H2 because, H2 is faster than other database engines.
@MarcoBehler5 жыл бұрын
@@youssefayyar6011 The thing is, that speed basically comes from running H2 in the same JVM as your Swing application. There's nothing inherently slow about the other databases, quite the contrary. If you deploy H2 on a server with server mode (TCP/IP) you'll add a ton of latency to your DB calls with these network calls. So...the real question as always is: what problem are you trying to solve here?
@youssefayyar60115 жыл бұрын
@@MarcoBehler Ok Thank you, I will use H2 database when I want to have database embedded into desktop application, I will use MySQL database when I want to deploy database into server to have database hosted into server and all users install desktop application and use same MySQL database. My project is to create desktop application (using java swing) to edit and generate invoices for customers, so the database will be hosted into server and users will be install desktop application.
@yacquan31625 жыл бұрын
Great video, but is there any chance you can explain how to send object through rabbitmq?
@MarcoBehler5 жыл бұрын
Hi Jack, yes, but those videos will only be available as part of the whole RabbitMQ course on my website www.marcobehler.com/courses/30-building-a-real-world-java-and-rabbitmq-messaging-amqp-application
@rjsnh15225 жыл бұрын
where are the other lectures ?
@MarcoBehler5 жыл бұрын
www.marcobehler.com :D
@redsnakeintown5 жыл бұрын
Youe website's signup flow is broken..
@MarcoBehler5 жыл бұрын
How exactly?
@MarcoBehler5 жыл бұрын
So? I had a couple of people sign-up yesterday, that's why I am asking. Maybe there's a problem lurking around. Just let me now!
@redsnakeintown5 жыл бұрын
@@MarcoBehler - Yes I did get an email to confirm and then I was on my dashboard but the redirect from the signup page show "Could not connect" like offline page and then refreshing threw a 404..I think something went wrong on the redirect but the back-end workflow still got triggered.
@kutilkol2 жыл бұрын
really nice thx!
@mugume4 жыл бұрын
thank you so much Marco for these wonderful tutorials