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"
)
Public Shared Function Get (
Optional exchangeName As String = "askia"
) As IMessageQueue
public:
static IMessageQueue^ Get(
String^ exchangeName = L"askia"
)
Parameters
- exchangeName (Optional)
- Type: SystemString
Name of the message queue (Exchange for RabbitMq).
Return Value
Type:
IMessageQueueReturns an instance of object to deals with the message queue.
See Also