What is JMS Client?
Answer / neha
The Java application which produces/consumes message is known as JMS Client.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the core JMS-related objects required for each JMS-enabled application?
What is jndi? How is it related to jms?
How do I use a startup class to initialize and later reference jms objects?
What is jms and mq?
What is a jms listener?
What is the use of message queues?
What is the use of Message object?
Can a jms queue have multiple listeners?
Can JMS utilities automatically re-establish a connection if one side of the communication link (i.e. an application that's sending/receiving messages) goes down and is restarted? Are there APIs to help detect that the other side broke a connection (went down)?
What is the use of JMS? In which situations we are using JMS? Can we send message from one server to another server using JMS?
What is the difference between Point to Point and Publish/Subscribe Point-to-point (P2P)
What is the use of TextMessage?