Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the core JMS-related objects required for each JMS-enabled application?



What are the core JMS-related objects required for each JMS-enabled application?..

Answer / munnu

Each JMS-enabled client must establish the following:

* A connection object provided by the JMS server (the message broker)

* Within a connection, one or more sessions, which provide a context for message sending and receiving

* Within a session, either a queue or topic object representing the destination (the message staging area) within the message broker

* Within a session, the appropriate sender or publisher or receiver or subscriber object (depending on whether the client is a message producer or consumer and uses a point-to-point or publish/subscribe strategy, respectively). Within a session, a message object (to send or to receive)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JMS Interview Questions

What is the use of connection factory in jms?

0 Answers  


When to Remove messages from the queue ?

1 Answers  


What is the use of jms?

0 Answers  


What is jms consumer?

0 Answers  


Does kafka support jms?

0 Answers  


How do the wls jms 6.1 server/destination message maximum and threshold values work?

0 Answers  


Is rabbitmq a jms?

0 Answers  


How can third-party jdbc driver be used with jms?

0 Answers  


What are the types of communication provided by jms? Explain in detail.

0 Answers  


What is the functionality of jms message consumers?

0 Answers  


How does the Application server handle the JMS Connection?

1 Answers  


Name the messaging types supported by jms.

0 Answers  


Categories