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 connection factory?
How does jms queue work?
What is jms mean?
What is message listener?
What is message oriented middleware?
Mention different types of messages available in JMS API?
What is spring jms?
Name the messaging types supported by jms.
What is a distributed queue?
What is jndi? How is it related to jms?
Can we send e-mail messages using JMS?
What is a topic string?
What is jms server?
What is the difference between a queue and a topic?
What is jms module?