Package org.apache.activemq.broker
Class ConsumerBrokerExchange
java.lang.Object
org.apache.activemq.broker.ConsumerBrokerExchange
Holds internal state in the broker for a essageConsumer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetConnectionContext(ConnectionContext connectionContext) voidvoidsetRegionDestination(Destination regionDestination) voidsetSubscription(Subscription subscription) voidsetWildcard(boolean wildcard)
-
Constructor Details
-
ConsumerBrokerExchange
public ConsumerBrokerExchange()
-
-
Method Details
-
getConnectionContext
- Returns:
- the connectionContext
-
setConnectionContext
- Parameters:
connectionContext- the connectionContext to set
-
getRegion
- Returns:
- the region
-
setRegion
- Parameters:
region- the region to set
-
getRegionDestination
- Returns:
- the regionDestination
-
setRegionDestination
- Parameters:
regionDestination- the regionDestination to set
-
getSubscription
- Returns:
- the subscription
-
setSubscription
- Parameters:
subscription- the subscription to set
-
isWildcard
public boolean isWildcard()- Returns:
- the wildcard
-
setWildcard
public void setWildcard(boolean wildcard) - Parameters:
wildcard- the wildcard to set
-