Click or drag to resize

MessageQueueFactoryGet Method

Obtain an object to deals with a message queue.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static IMessageQueue Get(
	string exchangeName = "askia"
)

Parameters

exchangeName (Optional)
Type: SystemString
Name of the message queue (Exchange for RabbitMq).

Return Value

Type: IMessageQueue
Returns an instance of object to deals with the message queue.
See Also