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 |
What is the use of MapMessage?
How does a sender application transport/send a message through jms?
What is the basic difference between Publish Subscribe model and P2P model?
What are the different messaging paradigms JMS supports?
Can you use a foreign jms provider to drive an mdb transactionally?
What is jms module?
How do I configure jms security?
List types of Messaging services supported by JMS?
What is jms connection factory?
Why do we use jms?
What is JMS provider?
What is the difference between Jms and Jvt ?