What are the core objects required by a JMS – enabled application?

devquora
devquora

Posted On: Feb 22, 2018

 

The core objectives required by a JMS – enabled application include the following:

  • A connection object
  • An appropriate sender or receiver or publisher inside a particular session
  • One or more sessions that have the ability to provide context specific to message sending as well as receiving
  • A queue object within sessions representing destinations within brokers

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    ActiveMQ Interview Questions

    Describe ActiveMQ

    ActiveMQ is an open source message broker that is basically written using Java programming language...

    ActiveMQ Interview Questions

    Describe JMS

    JMS is an acronym for Java Message Service. It is an application program interface (API) primarily produced by Sun Microsystems..

    ActiveMQ Interview Questions

    What are the advantages of using ActiveMQ over other databases?

    The biggest advantage of using ActiveMQ over other databases is that it is one of the most reliable open sources to communicate and transfer information between different distributed processes...