What are the core JMS-related objects required for each JMS-enabled application?
Answer Posted / 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 View All Answers
What is jms destination?
What is synchronous messaging?
What are the types of communication provided by jms?
List types of Messaging services supported by JMS?
How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?
What is jms queue?
What is jms template?
What is jms jndi?
What is jms producer?
Explain JMS and its Component?
Explain the creation of JMS Administered objects?
What is the difference between the P2P (Peer to Peer) model and subscribe model?
What is jms full form?
Explain Synchronous Message Consumption in JMS?
What is the functionality of a jms message producer?