JMS defines several types of messages that can be posted by an application. They all extend the Message interface. This type carries a java.lang.String as its payload. It is useful for exchanging simple text messages and also for more complex character data, such as XML documents. In this article, we will look into examples of simple ...