h264, yuv420p, 1280×720 |ENGLISH, aac, 48000 Hz, 2 channels, s16 | 8h 21mn | 3.6 GBInstructor: Timotius PamungkasLearn using Rabbit MQ & Java for asynchronous messaging and data transfer among systems in real time fashionWhat you’ll learnSetup a basic RabbitMQ environmentLearn & implement RabbitMQ concepts : message, queue, exchangeLearn basic knowledge of Java with Spring BootLearn & implement Java programs to handle asynchronous data integration among multiple systems using RabbitMQHandle basic error that occurred on Java + RabbitMQ, including how to retry failed messageUsing basic RabbitMQ REST APIRequirementsUnderstand basic algorithm and programming languageBasic Java programming language (especially with Spring) will helps, but not a mandatory requirementDescriptionNovember 2019 Update!More advanced concepts and technical-hands-on for RabbitMQ. OF course, working source code included :Automatically convert Java objects to / from JSONSchedule consumers to stop / start at given timeConsumer prefetchHandle message orderingNew way to write consumerConsistent hash exchangeRequest-reply patternCreate RabbitMQ structures (queue, exchange, binding) from Java codeAugust 2019 Update!High level difference between RabbitMQ and Apache Kafka.
Both are popular messaging system, and Spring has good support for both.
But still, there is a difference.
This is just a short video highlighting the difference. More detail on RabbitMQ regarding advanced topic will covers things explained. That update is on progress and will be released soon!June 2019 Update!Minor update on Spring Retry Consideration, previously is just a text. Now with video for better understandingApril 2019 Update!Major update on RabbitMQ course is done.
These are the changes:All lectures : better audio qualityAll lectures : Nice presentation layoutAll lectures : Update to Java 11 & Spring Boot 2.1Install RabbitMQ using Docker. Works for all operating system!Use RabbitMQ plugins to extend functionalitiesDon’t want to install RabbitMQ? Use it on cloud!Retry mechanism without any code! (direct exchange)Again, do retry mechanism without writing code! (fanout exchange)Additional bonus for modern architecture!Dec-2018 Update!1. Linux installation (Ubuntu / Debian)2. Create generic REST API that publish message3. Scheduler a “sweeper” for queues that has unprocessed message——————————————————————————————————Messaging SystemNowadays, we work with multiple systems and data that runs among them.
It’s a common thing that one system triggers another system(s) process, or data needs to be transferred among systems.
Whether your systems built on monolith or microservice, whatever database you use, you need those data moving from one point to another.
And you need those movement FAST to be processed immediately (otherwise your life will be ruined).
That kind of demand is so common, and fortunately today’s technology has an answer for that.
Say hello to messaging system, where you can send message easily from one system to another system(s) asynchronously, in almost-real-time interval.
There are some popular messaging system in the market, and in this course we will be talking about one of the most popular : RabbitMQ.
RabbitMQRabbit MQ is like central hub where you place all data from source system(s), and the other corresponding systems takes the data, and process it.
RabbitMQ is open-source, reliable, and able to works on cluster.
It has small learning curve to get started, yet powerful enough for system integrations.
This course includes everything you need to know about basic RabbitMQ, and implementation using Java (Spring Framework).
After finishing this course, you should be able to install, configure and use RabbitMQ from Java Program.
In this course, we will walk through detailed step-by-step from concept to hands-on Java coding.
Given such way, you will learn have the understanding of logic behind and experience how things are done using Rabbit MQ and Java source codes.
Java and Spring BootJava itself has been a popular language for years.
Java is recognized as world’s most used programming language by several programming language index.
Due it’s popularity and long history, Java has a lot of open source projects or framework to helps developer works more efficient.
One of the popular Java framework is Spring Framework.
Over years, Spring Framework has grown substantially among Java community.
Almost all software components required by a Java application is available within Spring Framework.
However, configuring Spring requires some effort.
This involves setting up library dependencies, then configuring the required Java Spring beans using XML or annotations in Java code.
Spring developers soon realized that it is possible to automate much of this work.
So in 2014, Spring Boot 1.
0 released for Java community.
Spring Boot gives Java programmers a lot of automatic helpers, and lead to quick large scale adoption of the project by Java developers.
In real-world application, Java with Spring, combined with RabbitMQ, can gives benefit for data transfer among systems.
Rabbit MQ itself is popular among Java developers, although RabbitMQ developers provides client for multiple programming language other than Java.
What You Will GetAfter finishing the course, you will learn:Installation of RabbitMQ and Java (In Windows. Currently I don’t have Linux/Mac)RabbitMQ key conceptsManaging RabbitMQ from web user interfaceCreate publisher and consumer using Java (Spring Boot)Basic error handler if there is a failure during processing Rabbit MQ messageRetry mechanism on RabbitMQ if there is failure messageHandle message orderingThe course will explains to you not only the theory of Rabbit MQ, but also a lot of hands-on coding to get your hands dirty and your brain working. Whether you are a hobbyist, beginner, or experienced developer, this course will surely brings added value for you!Road to MicroservicesMessage broker is one important pillar of microservice architecture.
In micro service, we use asynchronous messaging for inter-service communication.
Services communicating by exchanging messages over messaging channels like RabbitMQ.
In this course, you will learn the theory and hand-code of messaging with RabbitMQ, and also introduction to REST API, which is another pillar of microservice architecture.
Who this course is for:Developers who want to learn how Rabbit MQ can fit into their enterprise systems, especially when integrating data among multiple systems, in near-real-time fashionAnyone who wants to know the basic ways of messaging system, or publish-subscribe patternTechnical Manager / Architect that find a way to integrate data from one system to another