<< Click to Display Table of Contents >> CreateQueue |
Creates a Message Queuing queue at the specified path if not exists.
qPath -
The path of the queue to create.
The syntax for the path parameter depends on the type of queue it references:
Public queue: MachineName\QueueName
Private queue: MachineName\Private$\QueueName.
transactional - transactional queue; false: non-transactional queue.
CreateQueue PROCEDURE(STRING qPath, BOOL transactional = FALSE), BOOL, PROC