org.apache.activemq.broker
public class ProducerBrokerExchange extends java.lang.Object
Constructor and Description |
---|
ProducerBrokerExchange() |
Modifier and Type | Method and Description |
---|---|
boolean |
canDispatch(Message messageSend)
Enforce duplicate suppression using info from persistence adapter
|
ProducerBrokerExchange |
copy() |
ConnectionContext |
getConnectionContext() |
ProducerState |
getProducerState() |
Region |
getRegion() |
Destination |
getRegionDestination() |
boolean |
isMutable() |
void |
setConnectionContext(ConnectionContext connectionContext) |
void |
setLastStoredSequenceId(long l) |
void |
setMutable(boolean mutable) |
void |
setProducerState(ProducerState producerState) |
void |
setRegion(Region region) |
void |
setRegionDestination(Destination regionDestination) |
public ProducerBrokerExchange()
public ProducerBrokerExchange copy()
public ConnectionContext getConnectionContext()
public void setConnectionContext(ConnectionContext connectionContext)
connectionContext
- the connectionContext to setpublic boolean isMutable()
public void setMutable(boolean mutable)
mutable
- the mutable to setpublic Destination getRegionDestination()
public void setRegionDestination(Destination regionDestination)
regionDestination
- the regionDestination to setpublic ProducerState getProducerState()
public void setProducerState(ProducerState producerState)
producerState
- the producerState to setpublic boolean canDispatch(Message messageSend)
messageSend
- public void setLastStoredSequenceId(long l)
Copyright © 2005-2014. All Rights Reserved.