MSMQCreateQueue

MSMQCreateQueue creates an MSMQ queue if it doesn't yet exist.

Quick Steps
  1. Add the MSMQ plugin to your solution.
  2. Drag the MSMQCreateQueue function onto the design canvas.
  3. Set the properties for MSMQCreateQueue. (See below for details.)

Properties

Computer name

The name of the computer to create the queue on ('.' indicates the local computer).

Queue name

The name of the queue to create.

Shared

If checked, the queue will be shared with everyone having access to the specified computer.

Microsoft's MSMQ overview