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 message broker?
Is jms a protocol?
How can an application do a jms operation and have it succeed, independent of the result of the transaction?
What is asynchronous messaging in jms?
What is hermes software?
What are the different elements present in JMS?
What are the components of JMS?
What do you mean by Synchronous and Asynchronous type of messaging?
What is the principle difference between the working mechanism of jms and rpc?
What is jms in spring?
What is queue connection factory?
Explain about session interface?
What is the difference between jms and mq?
What is meant by jms?
What is the functionality of the oracle glassfish server? What added advantage it has on top of apache tomcat server?