Click or drag to resize

MessageQueueUtilitiesCreateQueueWithPermissions Method

Creates a new messageque and sets permissions. If the queue allready exists only permissions are set.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void CreateQueueWithPermissions(
	string queueName,
	bool transactional,
	params MessageQueueUtilitiesPermission[] permissions
)

Parameters

queueName  String
Path to the message queue
transactional  Boolean
If true the new queue will be created transatctional
permissions  MessageQueueUtilitiesPermission
KeyvaluePairs of users and permissions to be assigned to the queue.
See Also