Interface AmqpTransport
- All Known Implementing Classes:
AmqpTransportFilter
public interface AmqpTransport
Basic interface that mediates between protocol converter and transport
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisTrace()booleanlongvoidonException(IOException error) voidsendToActiveMQ(IOException command) voidsendToActiveMQ(org.apache.activemq.command.Command command) voidsendToAmqp(Object command) voidvoidsetProtocolConverter(AmqpProtocolConverter protocolConverter) voidstop()
-
Method Details
-
sendToActiveMQ
void sendToActiveMQ(org.apache.activemq.command.Command command) -
sendToActiveMQ
-
sendToAmqp
- Throws:
IOException
-
getPeerCertificates
X509Certificate[] getPeerCertificates() -
onException
-
getWireFormat
AmqpWireFormat getWireFormat() -
stop
- Throws:
Exception
-
getTransformer
String getTransformer() -
getRemoteAddress
String getRemoteAddress() -
isTrace
boolean isTrace() -
getProtocolConverter
AmqpProtocolConverter getProtocolConverter() -
setProtocolConverter
-
setInactivityMonitor
-
getInactivityMonitor
AmqpInactivityMonitor getInactivityMonitor() -
isUseInactivityMonitor
boolean isUseInactivityMonitor() -
keepAlive
long keepAlive()
-