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(Command command)
sendToActiveMQ
void sendToActiveMQ(java.io.IOException command)
sendToAmqp
void sendToAmqp(java.lang.Object command)
throws java.io.IOException
- Throws:
java.io.IOException
getPeerCertificates
java.security.cert.X509Certificate[] getPeerCertificates()
onException
void onException(java.io.IOException error)
getWireFormat
AmqpWireFormat getWireFormat()
stop
void stop()
throws java.lang.Exception
- Throws:
java.lang.Exception
getTransformer
java.lang.String getTransformer()
getRemoteAddress
java.lang.String getRemoteAddress()
isTrace
boolean isTrace()
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.