Class MQTTTransportFilter
java.lang.Object
org.apache.activemq.transport.TransportFilter
org.apache.activemq.transport.mqtt.MQTTTransportFilter
- All Implemented Interfaces:
org.apache.activemq.Service,MQTTTransport,Transport,TransportListener
The MQTTTransportFilter normally sits on top of a TcpTransport that has been
configured with the StompWireFormat and is used to convert MQTT commands to
ActiveMQ commands. All of the conversion work is done by delegating to the
MQTTProtocolConverter
-
Field Summary
Fields inherited from class org.apache.activemq.transport.TransportFilter
next, transportListener -
Constructor Summary
ConstructorsConstructorDescriptionMQTTTransportFilter(Transport next, org.apache.activemq.wireformat.WireFormat wireFormat, BrokerService brokerService) -
Method Summary
Modifier and TypeMethodDescriptionintlonglongintbooleanbooleanisTrace()voidvoidvoidonException(IOException error) voidsendToActiveMQ(org.apache.activemq.command.Command command) voidsendToMQTT(org.fusesource.mqtt.codec.MQTTFrame command) voidsetActiveMQSubscriptionPrefetch(int activeMQSubscriptionPrefetch) set the default prefetch size when mapping the MQTT subscription to an ActiveMQ one The default = 1voidsetConnectAttemptTimeout(long connectTimeout) Sets the timeout value used to fail a connection if no CONNECT frame is read in the given interval.voidsetDefaultKeepAlive(long defaultHeartBeat) voidvoidsetMaxFrameSize(int maxFrameSize) Sets the maximum frame size for an incoming MQTT frame.voidsetPeerCertificates(X509Certificate[] certificates) voidsetPublishDollarTopics(boolean publishDollarTopics) voidvoidsetTrace(boolean trace) voidstart()voidstop()Methods inherited from class org.apache.activemq.transport.TransportFilter
asyncRequest, getNext, getReceiveCounter, getRemoteAddress, getTransportListener, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, reconnect, request, request, setTransportListener, toString, transportInterupted, transportResumed, updateURIs
-
Constructor Details
-
MQTTTransportFilter
public MQTTTransportFilter(Transport next, org.apache.activemq.wireformat.WireFormat wireFormat, BrokerService brokerService)
-
-
Method Details
-
oneway
- Specified by:
onewayin interfaceTransport- Overrides:
onewayin classTransportFilter- Throws:
IOException
-
onCommand
- Specified by:
onCommandin interfaceTransportListener- Overrides:
onCommandin classTransportFilter
-
sendToActiveMQ
public void sendToActiveMQ(org.apache.activemq.command.Command command) - Specified by:
sendToActiveMQin interfaceMQTTTransport
-
sendToMQTT
- Specified by:
sendToMQTTin interfaceMQTTTransport- Throws:
IOException
-
start
- Specified by:
startin interfaceorg.apache.activemq.Service- Overrides:
startin classTransportFilter- Throws:
Exception
-
stop
- Specified by:
stopin interfaceMQTTTransport- Specified by:
stopin interfaceorg.apache.activemq.Service- Overrides:
stopin classTransportFilter- Throws:
Exception
-
getPeerCertificates
- Specified by:
getPeerCertificatesin interfaceMQTTTransport- Specified by:
getPeerCertificatesin interfaceTransport- Overrides:
getPeerCertificatesin classTransportFilter
-
isTrace
public boolean isTrace() -
setTrace
public void setTrace(boolean trace) -
getInactivityMonitor
- Specified by:
getInactivityMonitorin interfaceMQTTTransport
-
setInactivityMonitor
-
getWireFormat
- Specified by:
getWireFormatin interfaceMQTTTransport- Specified by:
getWireFormatin interfaceTransport- Overrides:
getWireFormatin classTransportFilter
-
onException
- Specified by:
onExceptionin interfaceMQTTTransport- Specified by:
onExceptionin interfaceTransportListener- Overrides:
onExceptionin classTransportFilter
-
getDefaultKeepAlive
public long getDefaultKeepAlive() -
setDefaultKeepAlive
public void setDefaultKeepAlive(long defaultHeartBeat) -
getConnectAttemptTimeout
public long getConnectAttemptTimeout()- Returns:
- the timeout value used to fail a connection if no CONNECT frame read.
-
setConnectAttemptTimeout
public void setConnectAttemptTimeout(long connectTimeout) Sets the timeout value used to fail a connection if no CONNECT frame is read in the given interval.- Parameters:
connectTimeout- the connection frame received timeout value.
-
getPublishDollarTopics
public boolean getPublishDollarTopics() -
setPublishDollarTopics
public void setPublishDollarTopics(boolean publishDollarTopics) -
getSubscriptionStrategy
-
setSubscriptionStrategy
-
getActiveMQSubscriptionPrefetch
public int getActiveMQSubscriptionPrefetch() -
setActiveMQSubscriptionPrefetch
public void setActiveMQSubscriptionPrefetch(int activeMQSubscriptionPrefetch) set the default prefetch size when mapping the MQTT subscription to an ActiveMQ one The default = 1- Parameters:
activeMQSubscriptionPrefetch- set the prefetch for the corresponding ActiveMQ subscription
-
getMaxFrameSize
public int getMaxFrameSize()- Returns:
- the maximum number of bytes a single MQTT message frame is allowed to be.
-
setMaxFrameSize
public void setMaxFrameSize(int maxFrameSize) Sets the maximum frame size for an incoming MQTT frame. The protocl limit is 256 megabytes and this value cannot be set higher.- Parameters:
maxFrameSize- the maximum allowed frame size for a single MQTT frame.
-
setPeerCertificates
- Specified by:
setPeerCertificatesin interfaceMQTTTransport- Specified by:
setPeerCertificatesin interfaceTransport- Overrides:
setPeerCertificatesin classTransportFilter
-