org.apache.activemq.transport.amqp
Interface AmqpTransport
- All Known Implementing Classes:
- AmqpTransportFilter
public interface AmqpTransport
Basic interface that mediates between protocol converter and transport
sendToActiveMQ
void sendToActiveMQ(org.apache.activemq.command.Command command)
sendToActiveMQ
void sendToActiveMQ(IOException command)
sendToAmqp
void sendToAmqp(Object command)
throws IOException
- Throws:
IOException
getPeerCertificates
X509Certificate[] getPeerCertificates()
onException
void onException(IOException error)
getWireFormat
AmqpWireFormat getWireFormat()
stop
void stop()
throws Exception
- Throws:
Exception
getTransformer
String getTransformer()
getRemoteAddress
String getRemoteAddress()
isTrace
boolean isTrace()
getProtocolConverter
IAmqpProtocolConverter getProtocolConverter()
setProtocolConverter
void setProtocolConverter(IAmqpProtocolConverter protocolConverter)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.