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 jms and how it works?

0 Answers  


How to check jms messages in weblogic?

0 Answers  


What is a connection factory?

0 Answers  


Explain about publish model?

0 Answers  


What is jms module?

0 Answers  






What is publish/subscribe messaging?

0 Answers  


what is topic and what is queue ?

7 Answers   Fidelity,


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

0 Answers  


What is an object message?

0 Answers  


What is jndi? How is it related to jms?

0 Answers  


Why do we need jms?

0 Answers  


What is use of jms?

0 Answers  


Categories