Це відео не доступне.
Перепрошуємо.

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

Поділитися
Вставка
  • Опубліковано 18 сер 2024
  • ⭐⭐⭐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):
    __________________________________________
    Reference Blog Link: 👉simplifyingtec...
    __________________________________________
    ⏲️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
    ️Watch our latest videos: www.youtube.co....
    ▶️ Elasticsearch java - Playlist : www.youtube.co....
    ▶️ MongoDB java -Playlist : www.youtube.co....
    ▶️ Spring Boot Java -Playlist : www.youtube.co....
    __________________________________________
    🐦 Twitter: / simplifyingtech
    📷 Insta: / simplifying. .
    ---------------------------------------------------------------
    Production Credits:
    Edited by: Simplifying Tech
    Edited with Tool : Filmora 10
    Produced by: Simplifying Tech
    WebSite: simplifyingtec...
    ---------------------------------------------------------------
    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.
    ---------------------------------------------------------------

КОМЕНТАРІ • 28

  • @deffnasoligi2182
    @deffnasoligi2182 2 роки тому

    Full with information, keep on sharing!

  • @Som1said
    @Som1said 2 роки тому +1

    Thanks for these information

  • @cathymbata8429
    @cathymbata8429 2 роки тому +1

    Really informative and detailed, thanks for sharing.

  • @jveeARTS
    @jveeARTS 2 роки тому

    That's impormative video..
    Thanks for sharing.

  • @relaxingwithahmed4103
    @relaxingwithahmed4103 2 роки тому

    Very informative video. Thanks for sharing

  • @Jaineekeneme
    @Jaineekeneme 2 роки тому

    This is a very informative video. Thanks for sharing

  • @cookwithsugeertha
    @cookwithsugeertha 2 роки тому

    Helpful content. I was actually looking for this.

  • @nurjahan3653
    @nurjahan3653 2 роки тому

    Very nicely elaborated. Keep it up

  • @jagamewithfame5599
    @jagamewithfame5599 2 роки тому

    Helpful information.

  • @fasihasharjeelartofcooking
    @fasihasharjeelartofcooking 2 роки тому

    Really helpful video

  • @thiru4168
    @thiru4168 2 роки тому

    Awesome bro

  • @dehakakoti167
    @dehakakoti167 2 роки тому

    Helpful content,,, well done ❤️

  • @Ayushsharma-qc7qx
    @Ayushsharma-qc7qx Рік тому

    Good

  • @backlogbatch
    @backlogbatch 2 роки тому

    Thank you❤

  • @simplifyingtech
    @simplifyingtech  2 роки тому +1

    Have you worked with Realtime messaging services ?

    • @SenashaLynn
      @SenashaLynn 2 роки тому

      yes but i did not know what jms was before this vidoe

  • @IamManishRanjan
    @IamManishRanjan Рік тому

    I have scenario where sap pi will connect with Azure via JMS adapter (MQ Websphere)
    Can JMS support "Synchronous" way of messaging??

    • @simplifyingtech
      @simplifyingtech  Рік тому

      MQ websphere jms implementation has limitations .. although for synchronous messaging you may check this example by oracle docs.oracle.com/cd/E19798-01/821-1841/bncfb/index.html

  • @chrispure7461
    @chrispure7461 2 роки тому

    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?

    • @simplifyingtech
      @simplifyingtech  2 роки тому

      There are 2 types of communication one is point to point in queue onnce consumer cosumes it vanishes, another is publisher subscriber model in that we use topic so copy of message published on broker that is shared by its all subscribers or conaumers.. it will remain on topic as per provided memory and retention policy of topic.. hope this clears

  • @AlokKumar-fh9gy
    @AlokKumar-fh9gy Рік тому

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

    • @simplifyingtech
      @simplifyingtech  Рік тому

      You have to be embedded with java mail API to do that

  • @thiru4168
    @thiru4168 2 роки тому

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

    • @simplifyingtech
      @simplifyingtech  2 роки тому

      Good qus
      Will make a video on it.. it's easy..
      Subscribe to channel.

    • @simplifyingtech
      @simplifyingtech  2 роки тому

      Here we go, uploded video for nested query using java API simple way- please check this out- ua-cam.com/video/xZbDA2FC9hI/v-deo.html😊

    • @thiru4168
      @thiru4168 2 роки тому

      @@simplifyingtech thank you so much bro

    • @thiru4168
      @thiru4168 2 роки тому

      @@simplifyingtech bro similarly upload video for script api for elasticsearch bro plzzz