Click or drag to resize

MessageQueueFactory Class

Factory of Message Queue.
Inheritance Hierarchy
SystemObject
  AskiaPortalCmnMessageQueueFactory

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static class MessageQueueFactory

The MessageQueueFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateMessageQueueFilter
Create an incoming message filter.
Public methodStatic memberGet
Obtain an object to deals with a message queue.
Public methodStatic memberGetJsonMessageBody
Create a standardize message body for the message queue communication.
Public methodStatic memberGetQueueName
Creates a valid queue name
Public methodStatic memberIsNotSupportedByRabbitmqClient
Verify if a type is not supported by RabbitmqClient library
Public methodStatic memberMatch
Indicates whether the list of MatchItem are present in the message headers. Headers
Top
Fields
  NameDescription
Public fieldStatic memberHeaderApiKey
Key to retrieve the API key in the headers of the message.
Public fieldStatic memberHeaderExceptionCodeKey
Key to retrieve the ExceptionCode
Public fieldStatic memberHeaderSessionKey
Key to retrieve the session key in the headers of the message.
Top
See Also