How does a typical client perform the communication? Queue
Submitted by: Administrator1. Use JNDI to locate administrative objects.
2. Locate a single ConnectionFactory object.
3. Locate one or more Destination objects.
4. Use the ConnectionFactory to create a JMS Connection.
5. Use the Connection to create one or more Session(s).
6. Use a Session and the Destinations to create the MessageProducers and MessageConsumers needed.
7. Perform your communication.
Submitted by: Administrator
2. Locate a single ConnectionFactory object.
3. Locate one or more Destination objects.
4. Use the ConnectionFactory to create a JMS Connection.
5. Use the Connection to create one or more Session(s).
6. Use a Session and the Destinations to create the MessageProducers and MessageConsumers needed.
7. Perform your communication.
Submitted by: Administrator
Read Online Java Message Service (JMS) Job Interview Questions And Answers
Top Java Message Service (JMS) Questions
☺ | How does a typical client perform the communication? Queue |
☺ | What is JMS? |
☺ | What is JMS administered object? |
☺ | What type messaging is provided by JMS? |
☺ | What is the publish-and-subscribe model in JMS? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |