From the MQ Server list, select ActiveMQ to handle messages.
In the Broker URI field, type in the URI
of the local Active MQ server, "tcp://localhost:61616".
Select the Use PooledConnectionFatory
check box and keep the default settings.
From the Type list, select queue to send the messages to a JMS queue.
In the Destination field, type in a name
for the JMS queue, "quartzTest" in this use case.
In the ConnectionFactory field, click [...] and select the MQ connection factory that
you have just configured.