What is JMS and Messages Queues ? | Where & How its used ?

preview_player
Показать описание
⭐⭐⭐What is JMS and Messages Queues ? | Where & How its used ? |⭐⭐⭐

The Java Message Service (JMS) API is a Java message-oriented middleware API for sending messages between two or more clients. It is an implementation to handle the producer–consumer problem. JMS is a part of the Java Platform, Enterprise Edition (Java EE), It is a messaging standard that allows application components based on Java EE to create, send, receive, and read messages. It allows the communication between different components of a distributed application to be loosely coupled, reliable, and asynchronous.

A JMS application is composed of the following parts:

JMS provider: A messaging system that implements the JMS specification.
JMS clients: Java applications that send and receive messages.
Messages: Objects that are used to communicate information between JMS clients.
Administered objects: Preconfigured JMS objects that are created by an administrator for the use of JMS clients.

JMS supports two different message delivery models:

Point-to-Point Model (Queue destination)
Publish/Subscribe Model (Topic destination):

__________________________________________
__________________________________________
⏲️Time Stamps⏲️
0:30 - Overview of JMS
1:00 - Producer and consumer problem
1:50 - JMS flow
3:35- JMS Architecture
4:10 ​- Point to point communication
5:15 Publish subscribe model
7:30 The JMS Programming Model
8:20 Producing and Consuming Messages
10:27 Conclusion

__________________________________________

---------------------------------------------------------------
Production Credits:

Edited by: Simplifying Tech
Edited with Tool : Filmora 10
Produced by: Simplifying Tech
---------------------------------------------------------------
About Simplifying Tech :
👉 Lets Make it Simplified and illustrative....
The main Objective of Simplifying Tech is to have people learn new technologies and programming in more simplified and illustrative way.
---------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Full with information, keep on sharing!

deffnasoligi
Автор

Really informative and detailed, thanks for sharing.

cathymbata
Автор

Helpful content. I was actually looking for this.

cookwithsugeertha
Автор

Very informative video. Thanks for sharing

relaxingwithahmed
Автор

That's impormative video..
Thanks for sharing.

jveeARTS
Автор

This is a very informative video. Thanks for sharing

Jaineekeneme
Автор

For queue, does the message get deleted after the consumer acknowledges the broker? Also does the broker push the messages to queue and topic consumers or consumers will pull the messages from Queue and topic?

chrispure
Автор

I have scenario where sap pi will connect with Azure via JMS adapter (MQ Websphere)

Can JMS support "Synchronous" way of messaging??

IamManishRanjan
Автор

Have you worked with Realtime messaging services ?

simplifyingtech
Автор

Can we send email to someone having content as that of queue

AlokKumar-fhgy
Автор

Bro how to work with nested queries in elasticsearch using java api plz share some source bro I'm in need

thiru