1. JMS is: |
Java Multimedia Service |
Java Message Service |
Java Message Server |
Java Multimedia Server
|
2. Java Message Service(JMS) specification v1.0.1 was released in: |
October 1998 |
October 1997 |
October 1999 |
December 1998
|
3. Java Message Service(JMS) specification v1.0.1 was released by ________ . |
Sun Microsystems |
Javaloft |
Micrsoft |
JavaSoft
|
4. For sending messages between two or more clients the Java Message Service(JMS) API uses a Java's __________ . |
Message Open Middleware(MOM) |
Multimedia Oriented Middleware(MOM) |
Message Oriented Middleware(MOM) |
None of the above
|
5. OMG is: |
Object Management Group |
Open Management Group |
Organizational Management Group |
None of the above
|
6. Messages that contain XML pages are supported by JMS API's. |
Not always |
False |
True |
None of the above
|
7. JMS supports messages that contain _________ Java objects |
nonserialized |
serialized |
dynamic |
A and C are true
|
8. JMS is purely written in Java. |
True |
False |
Can't say |
None of the above
|
9. You'll need the _________ to compile the programs. |
Java interpreter |
Java browser |
Java compiler |
Java editor
|
10. Which of these are not JMS elements ? |
JMS provider |
JMS client |
JMS consumer |
JMS producer
|
11. Which of these are not JMS API"s ? |
ConnectionFactory interfac |
Source interface |
MessageConsumer interface |
MessageProducer interface
|
12. The JMS API are provided in the Java package ________ package. |
system.jms |
java.jms |
javax.jms |
jms.*
|
13. __________ a common software construct, are used to verify the continual operation of a specific component or service. |
Heartbeats |
Heartbeats sounds |
Heart |
None of the above
|
14. Which of these are not the JMS Weblogic features ? |
Provides a unified and single messaging API. |
Supports clustering. |
Supports messages containing Extensible Markup Language(XML). |
|
15. Which of these are not major components JMS Weblogic ? |
WebLogic JMS servers implementing the messaging facility. |
Server applications. |
The Java Naming and Directory Interface(JNDI), which provides a server lookup facility. |
Backing stores (file or database) for storing persistent data
|
16. JMS-DOF is means: |
JMS Distributed Object Framework |
JMS Developed Object Framework |
JMS Data Object Framework |
None of the above
|
17. Which are JMS messaging models? A. Publish-and-subscribe B. Point-to-point C. Store-and-forward D. Peer-to-peer |
Only A |
A and B |
Only B |
A and C
|
18. Which of the following are JMS administered objects ? A. Destination B. Connection C. ConnectionFactory D. Session |
A,C |
A,B |
A,D |
A,C,D
|
19. Which following services are NOT provided by JMS? A. Clustering: Load balancing and fail-over B. Asynchronous message delivery C. Error notifications D. Security |
Only A and C |
A, C, D |
A,B,C |
A,B,D
|
20. A JMS message is composed of which of the following parts: A. Header B. Properties C. Footer D. Body |
A, B, D |
Only A and B |
All of the above |
None of these
|