Table of Contents

Class ConsumerId

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public class ConsumerId : BaseDataStructure, DataStructure, ICloneable
Inheritance
ConsumerId
Implements
Inherited Members

Constructors

ConsumerId()

public ConsumerId()

ConsumerId(SessionId, long)

public ConsumerId(SessionId sessionId, long consumerId)

Parameters

sessionId SessionId
consumerId long

Fields

ID_CONSUMERID

public const byte ID_CONSUMERID = 122

Field Value

byte

Properties

ConnectionId

public string ConnectionId { get; set; }

Property Value

string

ParentId

public SessionId ParentId { get; }

Property Value

SessionId

SessionId

public long SessionId { get; set; }

Property Value

long

Value

public long Value { get; set; }

Property Value

long

Methods

Equals(ConsumerId)

public virtual bool Equals(ConsumerId that)

Parameters

that ConsumerId

Returns

bool

Equals(object)

public override bool Equals(object that)

Parameters

that object

Returns

bool

GetDataStructureType()

public override byte GetDataStructureType()

Returns

byte

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string