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 are the main component in JMS?
Are there c/c++ interfaces to wls jms?
What is the number of messaging models available on jms?
What are the types of messaging?
Name the messaging types supported by jms.
How do I find the jms queue in weblogic?
What are all the features of JMS API in J2EE platform?
How you can deliver a java message to a non-java client?
How to consume message from jms queue in soa 12c?
How do I start jms server?
For sending messages through JMS, what encryption options are there?
What is the difference between topic and queue?