Table of Contents

Class ProducerAck

Namespace
Apache.NMS.ActiveMQ.Commands
Assembly
Apache.NMS.ActiveMQ.dll
public class ProducerAck : BaseCommand, Command, DataStructure, ICloneable
Inheritance
ProducerAck
Implements
Inherited Members

Constructors

ProducerAck()

public ProducerAck()

Fields

ID_PRODUCERACK

public const byte ID_PRODUCERACK = 19

Field Value

byte

Properties

IsProducerAck

public override bool IsProducerAck { get; }

Property Value

bool

ProducerId

public ProducerId ProducerId { get; set; }

Property Value

ProducerId

Size

public int Size { get; set; }

Property Value

int

Methods

GetDataStructureType()

public override byte GetDataStructureType()

Returns

byte

ToString()

public override string ToString()

Returns

string

Visit(ICommandVisitor)

public override Response Visit(ICommandVisitor visitor)

Parameters

visitor ICommandVisitor

Returns

Response