|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.broker.region.BaseDestination
org.apache.activemq.broker.region.Topic
org.apache.activemq.broker.region.TempTopic
public class TempTopic
The Topic is a destination that sends a copy of a message to every active Subscription registered.
| Field Summary |
|---|
| Fields inherited from class org.apache.activemq.broker.region.Topic |
|---|
consumers, LOG |
| Fields inherited from class org.apache.activemq.broker.region.BaseDestination |
|---|
blockedProducerWarningInterval, broker, brokerService, cursorMemoryHighWaterMark, deadLetterStrategy, DEFAULT_INACTIVE_TIMEOUT_BEFORE_GC, destination, destinationStatistics, EXPIRE_MESSAGE_PERIOD, expireMessagesPeriod, MAX_AUDIT_DEPTH, MAX_BROWSE_PAGE_SIZE, MAX_PAGE_SIZE, MAX_PRODUCERS_TO_AUDIT, memoryUsage, regionBroker, scheduler, store, storeUsageHighWaterMark, systemUsage, warnOnProducerFlowControl |
| Fields inherited from interface org.apache.activemq.broker.region.Destination |
|---|
DEFAULT_BLOCKED_PRODUCER_WARNING_INTERVAL, DEFAULT_DEAD_LETTER_STRATEGY |
| Constructor Summary | |
|---|---|
TempTopic(BrokerService brokerService,
ActiveMQDestination destination,
TopicMessageStore store,
DestinationStatistics parentStats,
TaskRunnerFactory taskFactory)
|
|
| Method Summary | |
|---|---|
void |
addSubscription(ConnectionContext context,
Subscription sub)
|
void |
initialize()
initialize the destination |
| Methods inherited from class org.apache.activemq.broker.region.Topic |
|---|
acknowledge, activate, browse, deactivate, deleteSubscription, dispatch, gc, getConsumers, getDispatchPolicy, getLog, getSubscriptionRecoveryPolicy, isOptimizeStorage, iterate, loadMessage, lock, messageExpired, recoverRetroactiveMessages, removeSubscription, send, setDispatchPolicy, setSubscriptionRecoveryPolicy, start, stop, toString, wakeup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.activemq.thread.Task |
|---|
iterate |
| Constructor Detail |
|---|
public TempTopic(BrokerService brokerService,
ActiveMQDestination destination,
TopicMessageStore store,
DestinationStatistics parentStats,
TaskRunnerFactory taskFactory)
throws java.lang.Exception
brokerService - destination - store - parentStats - taskFactory -
java.lang.Exception| Method Detail |
|---|
public void addSubscription(ConnectionContext context,
Subscription sub)
throws java.lang.Exception
addSubscription in interface DestinationaddSubscription in class Topicjava.lang.Exceptionpublic void initialize()
BaseDestination
initialize in class Topic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||