Package org.quartz.jobs.ee.jms
-
Interface Summary Interface Description JmsMessageFactory The JmsMessageFactory interface allows for the creation of ajakarta.jms.Message. -
Class Summary Class Description JmsHelper Utility class that aids in the processing of JMS based jobs and sending ofjakarta.jms.MessageSendDestinationMessageJob AJobthat sends ajakarta.jms.Messageto ajakarta.jms.Destination.SendQueueMessageJob AJobthat sends ajakarta.jms.Messageto ajakarta.jms.Queue.SendTopicMessageJob AJobthat sends ajakarta.jms.Messageto ajakarta.jms.Topic. -
Exception Summary Exception Description JmsJobException The JmsJobException is used to indicate an error during sending of ajakarta.jms.Message.