org.quartz.jobs.ee.jms
Class SendQueueMessageJob

java.lang.Object
  extended by org.quartz.jobs.ee.jms.SendQueueMessageJob
All Implemented Interfaces:
org.quartz.Job

public final class SendQueueMessageJob
extends Object
implements org.quartz.Job

A Job that sends a javax.jms.Message to a javax.jms.Queue. This class is for older JMS. If you are using JMS 1.1, you should use SendDestinationMessageJob instead.

The following properties are expected to be provided in the JobDataMap:

The following properties are optional

The following properties can be used for JNDI support:

Author:
Weston M. Price (little fixes v. in 1.6.0 by Toni Alatalo)
See Also:
JmsMessageFactory

Constructor Summary
SendQueueMessageJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendQueueMessageJob

public SendQueueMessageJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext jobCtx)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright 2001-2016, Terracotta, Inc.