Represents the logical networking transport layer.
For a list of all members of this type, see ITransport Members.
Type | Description |
---|---|
LoggingTransport | A Transport filter that is used to log the commands sent and received. |
MutexTransport | A Transport which gaurds access to the next transport using a mutex. |
ResponseCorrelator | A Transport which gaurds access to the next transport using a mutex. |
TcpTransport | An implementation of ITransport that uses sockets to communicate with the broker |
TransportFilter | Used to implement a filter on the transport layer. |
Namespace: ActiveMQ.Transport
Assembly: activemq-dotnet (in activemq-dotnet.dll)