Show / Hide Table of Contents

Enum ResponseDestinationType

Specifies the type of destination to which a response message is sent.

Namespace: CodersRealm.NmsAmqpClient
Assembly: CodersRealm.NmsAmqpClient.dll
Syntax
public enum ResponseDestinationType
Remarks

Use this enumeration to indicate whether a response should be delivered to a queue or a topic. The choice of destination type may affect message routing and delivery semantics in messaging systems.

Fields

Name Description
Queue

Indicates the response destination type of Queue.

Topic

Indicates the response destination type of Topic.

In this article
Back to top Generated by DocFX