|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScheduledMessage
Field Summary | |
---|---|
static java.lang.String |
AMQ_SCHEDULED_CRON
Use a Cron tab entry to set the schedule |
static java.lang.String |
AMQ_SCHEDULED_DELAY
The time in milliseconds that a message will wait before being scheduled to be delivered by the broker |
static java.lang.String |
AMQ_SCHEDULED_ID
An Id that is assigned to a Scheduled Message, this value is only available once the Message is scheduled, Messages sent to the Browse Destination or delivered to the assigned Destination will have this value set. |
static java.lang.String |
AMQ_SCHEDULED_PERIOD
The time in milliseconds to wait after the start time to wait before scheduling the message again |
static java.lang.String |
AMQ_SCHEDULED_REPEAT
The number of times to repeat scheduling a message for delivery |
static java.lang.String |
AMQ_SCHEDULER_ACTION
Used to specify that a some operation should be performed on the Scheduled Message, the Message must have an assigned Id for this action to be taken. |
static java.lang.String |
AMQ_SCHEDULER_ACTION_BROWSE
Indicates that a browse of the Scheduled Messages is being requested. |
static java.lang.String |
AMQ_SCHEDULER_ACTION_END_TIME
A property that holds the end of the time interval that the specified action should be applied within. |
static java.lang.String |
AMQ_SCHEDULER_ACTION_REMOVE
Indicates that a Scheduled Message is to be remove from the Scheduler, the Id of the scheduled message must be set as a property in order for this action to have any effect. |
static java.lang.String |
AMQ_SCHEDULER_ACTION_REMOVEALL
Indicates that all scheduled Messages should be removed. |
static java.lang.String |
AMQ_SCHEDULER_ACTION_START_TIME
A property that holds the beginning of the time interval that the specified action should be applied within. |
static java.lang.String |
AMQ_SCHEDULER_MANAGEMENT_DESTINATION
Special destination to send Message's to with an assigned "action" that the Scheduler should perform such as removing a message. |
Field Detail |
---|
static final java.lang.String AMQ_SCHEDULED_DELAY
static final java.lang.String AMQ_SCHEDULED_PERIOD
static final java.lang.String AMQ_SCHEDULED_REPEAT
static final java.lang.String AMQ_SCHEDULED_CRON
static final java.lang.String AMQ_SCHEDULED_ID
static final java.lang.String AMQ_SCHEDULER_MANAGEMENT_DESTINATION
static final java.lang.String AMQ_SCHEDULER_ACTION
static final java.lang.String AMQ_SCHEDULER_ACTION_BROWSE
static final java.lang.String AMQ_SCHEDULER_ACTION_REMOVE
static final java.lang.String AMQ_SCHEDULER_ACTION_REMOVEALL
static final java.lang.String AMQ_SCHEDULER_ACTION_START_TIME
static final java.lang.String AMQ_SCHEDULER_ACTION_END_TIME
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |