How to consume RabbitMQ messages from queues with Java | Building a real-world messaging (JMS/AMQP)

  Рет қаралды 28,027

Marco Behler

Marco Behler

Күн бұрын

Пікірлер: 28
@harshanagasamudram2923
@harshanagasamudram2923 4 жыл бұрын
This is the best tutorial that I can find on youtube on rabbitMq...thanks for your efforts to make it interesting and simple
@spraj5962
@spraj5962 4 жыл бұрын
Thank you for this whole series on RabbitMQ. You explained everything in a very simple manner :)
@mugume
@mugume 4 жыл бұрын
thank you so much Marco for these wonderful tutorials
@Rulex2Elve
@Rulex2Elve 4 жыл бұрын
Thanks a lot man, you helped me so much with a class project, keep the work!
@nkosim131
@nkosim131 5 жыл бұрын
You are brilliant... Thank you for this
@klavier0x99
@klavier0x99 2 жыл бұрын
This example can be used in production with docker/kubernates ?
@riirii8540
@riirii8540 4 жыл бұрын
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
@riirii8540
@riirii8540 4 жыл бұрын
resolution can be found here : stackoverflow.com/questions/29888592/errorjava-javactask-source-release-8-requires-target-release-1-8
@meghna1320
@meghna1320 4 жыл бұрын
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!
@navindudissanayake1669
@navindudissanayake1669 4 жыл бұрын
Great series! Very clear explanations. Thank yo.u
@vicavila7222
@vicavila7222 4 жыл бұрын
Great tutorial. Thank you.
@RV-Royal-Vantari
@RV-Royal-Vantari 4 жыл бұрын
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_john
@ni_kabiu_john 3 жыл бұрын
i have to say u r a good teacher.. have u considered java android tutorial for the same
@youssefayyar6011
@youssefayyar6011 5 жыл бұрын
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.
@MarcoBehler
@MarcoBehler 5 жыл бұрын
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.
@youssefayyar6011
@youssefayyar6011 5 жыл бұрын
@@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.
@MarcoBehler
@MarcoBehler 5 жыл бұрын
@@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?
@youssefayyar6011
@youssefayyar6011 5 жыл бұрын
@@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.
@yacquan3162
@yacquan3162 5 жыл бұрын
Great video, but is there any chance you can explain how to send object through rabbitmq?
@MarcoBehler
@MarcoBehler 5 жыл бұрын
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
@rjsnh1522
@rjsnh1522 5 жыл бұрын
where are the other lectures ?
@MarcoBehler
@MarcoBehler 5 жыл бұрын
www.marcobehler.com :D
@redsnakeintown
@redsnakeintown 5 жыл бұрын
Youe website's signup flow is broken..
@MarcoBehler
@MarcoBehler 5 жыл бұрын
How exactly?
@MarcoBehler
@MarcoBehler 5 жыл бұрын
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!
@redsnakeintown
@redsnakeintown 5 жыл бұрын
@@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.
@kutilkol
@kutilkol 2 жыл бұрын
really nice thx!
@mugume
@mugume 4 жыл бұрын
thank you so much Marco for these wonderful tutorials
How to build Producer / Consumer scenario with RabbitMQ - Part 1
16:01
10 min IT tutorials
Рет қаралды 15 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
RabbitMQ Tutorial - Message Queues and Distributed Systems
30:48
Amigoscode
Рет қаралды 173 М.
54. An overview of the Java Persistence API
7:11
Nico Kock
Рет қаралды 12
RabbitMQ - Creating Queue, Exchange and Binding and Publishing Message
5:27
Solving a 'Stanford' University entrance exam | a+b=?
7:42
Asad International Academy
Рет қаралды 1,4 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН