The NMS Class Library (.Net Messaging Library)

ITransport Interface

Represents the logical networking transport layer.

For a list of all members of this type, see ITransport Members.

public interface ITransport : IStartable, IDisposable

Types that implement ITransport

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.

Requirements

Namespace: ActiveMQ.Transport

Assembly: activemq-dotnet (in activemq-dotnet.dll)

See Also

ITransport Members | ActiveMQ.Transport Namespace