Post JMS Message
In the Universal Test Client, the Post JMS Message page is used to post Java™ Message Service (JMS) messages using a topic. A topic, used in a Publish-Subscribe messaging system, receives messages from many senders and sends them to many receivers, which subscribe to the topic. In order to post JMS messages, the server must already have a JMS topic set up.
The Post JMS Message page contains the following
fields and buttons:
- Topic JNDI Name (text field)
- Specify the Java Naming and Directory Interface (JNDI) of the topic where you want to post the message.
- Topic CF JNDI Name (text field)
- Specify the JNDI lookup of the connection factory to the topic.
- Message (text field)
- Specify the message you want to post as a JMS topic.
- Post (button)
- Click the Post button to post the JMS message to the topic.