|
read more
|
1)What is JMS?
2)What type messaging is provided by JMS?
3)How may messaging models do JMS provide for and what are they?
4)What are the types of messaging?
5)What is publish/subscribe messaging?
6)Why doesn’t the JMS API provide end-to-end synchronous message delivery and notification of delivery?
7)What are the core JMS-related objects required for each JMS-enabled application?
8)What is the Role of the JMS Provider?
9)How does a typical client perform the communication?
10)Give an example of using the point-to-point model.
|
|
|
read more
|
11) Does Tomcat support JMS (Java Messaging Service)?
12)Is it possible to send email messages using JMS?
13)How do I communicate between two clients that are on different machines on a network using JMS? I want to use a standalone application for communicating between the machine and I want to pass the message using JMS.
14)Is there any relationship between javax.jms.Message and javax.mail.Message?
15)Is it possible to acknowledge individual messages on a queue without affecting previously received, but as yet unacknowledged, messages?
16)What encryption options are there for sending messages through JMS?
17)How does the Application server handle the JMS Connection?
|
|