Send JMS Message
In the Universal Test Client, the Send JMS Message page is used to send Java™ Message Service (JMS) messages to a message queue. A message queue, used in a Point-to-Point messaging system, receives messages from many senders and puts them in a queue to a receiver. In order to send JMS messages, the server must already have a JMS queue set up.
The Send JMS Message page contains the following
fields and buttons:
- Queue JNDI Name (text field)
- Specify the Java Naming and Directory Interface (JNDI) of the message queue where you want to send the message.
- Queue CF JNDI Name (text field)
- Specify the JNDI lookup of the connection factory to the message queue.
- Message (text field)
- Specify the message you want to send as a JMS message.
- Send (button)
- Click the Send button to send the JMS message to the message queue.