The NMS Class Library (.Net Messaging Library)

IStartable Interface

A lifecycle for NMS objects to indicate they can be started

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

NMS.IStartable
   ActiveMQ.Transport.ITransport
   NMS.IConnection

public interface IStartable

Types that implement IStartable

Type Description
Connection Represents a connection with a message broker
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: NMS

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

See Also

IStartable Members | NMS Namespace