public interface ScheduledMessage
Modifier and Type | Field and Description |
---|---|
static String |
AMQ_SCHEDULED_CRON
Use a Cron tab entry to set the schedule
|
static String |
AMQ_SCHEDULED_DELAY
The time in milliseconds that a message will wait before being scheduled to be
delivered by the broker
|
static 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 String |
AMQ_SCHEDULED_PERIOD
The time in milliseconds to wait after the start time to wait before scheduling the message again
|
static String |
AMQ_SCHEDULED_REPEAT
The number of times to repeat scheduling a message for delivery
|
static 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 String |
AMQ_SCHEDULER_ACTION_BROWSE
Indicates that a browse of the Scheduled Messages is being requested.
|
static 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 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 String |
AMQ_SCHEDULER_ACTION_REMOVEALL
Indicates that all scheduled Messages should be removed.
|
static 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 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.
|
static final String AMQ_SCHEDULED_DELAY
static final String AMQ_SCHEDULED_PERIOD
static final String AMQ_SCHEDULED_REPEAT
static final String AMQ_SCHEDULED_CRON
static final String AMQ_SCHEDULED_ID
static final String AMQ_SCHEDULER_MANAGEMENT_DESTINATION
static final String AMQ_SCHEDULER_ACTION
static final String AMQ_SCHEDULER_ACTION_BROWSE
static final String AMQ_SCHEDULER_ACTION_REMOVE
static final String AMQ_SCHEDULER_ACTION_REMOVEALL
static final String AMQ_SCHEDULER_ACTION_START_TIME
static final String AMQ_SCHEDULER_ACTION_END_TIME
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.