Table of Contents

Class QueueReplyEndPoint

Namespace
CarrotMQ.Core.EndPoints
Assembly
CarrotMQ.Core.dll

Represents a class for messaging queue endpoints used for the reply messages (reply of ICommand<TCommand, TResponse, TEndPointDefinition> or IQuery<TQuery, TResponse, TEndPointDefinition>)

public sealed class QueueReplyEndPoint : ReplyEndPointBase
Inheritance
QueueReplyEndPoint
Inherited Members

Constructors

QueueReplyEndPoint(string, bool)

Initializes a new instance of the QueueReplyEndPoint class.

public QueueReplyEndPoint(string queueName, bool includeRequestPayloadInResponse = false)

Parameters

queueName string

The name of the messaging queue to which the reply will be sent

includeRequestPayloadInResponse bool

A flag indicating whether to include the request payload in the response.

Exceptions

ArgumentException

Thrown when queueName is empty or whitespace.