CreateQueue

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TMessageQueue class > Methods >

CreateQueue

Previous pageReturn to chapter overviewNext page

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