On the JMS Settings tab, enter:
JMS Queue Connection Factory Enter the name of the class that provides queue connections; the default is QueueConnectionFactory. The configuration property name is queueConnectionFactory.
JMS Topic Connection Factory Enter the name of the class that provides topic connections; the default is TopicConnectionFactory. The configuration property name is topicConnectionFactory.
JMS Connection Username If required, a user name for a JMS connection. The configuration property name is jms.username.
JMS Connection Password The password for the JMS connection user name. The configuration property name is jms.password.