Table of Contents

Class MutexTransport

Namespace
Apache.NMS.ActiveMQ.Transport
Assembly
Apache.NMS.ActiveMQ.dll
public class MutexTransport : TransportFilter, ITransport, IStartable, IDisposable, IStoppable
Inheritance
MutexTransport
Implements
IStartable
IStoppable
Inherited Members

Constructors

MutexTransport(ITransport)

public MutexTransport(ITransport next)

Parameters

next ITransport

Methods

AsyncRequest(Command)

public override FutureResponse AsyncRequest(Command command)

Parameters

command Command

Returns

FutureResponse

Oneway(Command)

public override void Oneway(Command command)

Parameters

command Command

Request(Command, TimeSpan)

public override Response Request(Command command, TimeSpan timeout)

Parameters

command Command
timeout TimeSpan

Returns

Response