<div class="content" name="QUEUE_SUFFIX_TYPE" uuid="5d9f8079-fb0d-41d7-8619-d0da0aa31dce"><p>The QUEUE_SUFFIX_TYPE enumeration defines which type of <a href="87486cd1-6ef0-4b58-93f9-f9b97b2279c4#gt_c1a6400d-703b-4f9a-a74c-40f1487978d9" data-linktype="relative-path">queue</a> object is represented
by the <a href="905e154a-6123-42a9-86cb-e0a3169820f2" data-linktype="relative-path">QUEUE_FORMAT (section 2.2.7)</a>
structure. This suffix refers to the portion of the queue path separated from
the queue name by a semicolon, as specified in <a href="0f858702-0f3d-471a-972c-e6706906fa4d" data-linktype="relative-path">Path
Names (section 2.1.1)</a>.</p><dl>
<dd>
<div><pre> typedef  enum 
 {
   QUEUE_SUFFIX_TYPE_NONE = 0,
   QUEUE_SUFFIX_TYPE_JOURNAL = 1,
   QUEUE_SUFFIX_TYPE_DEADLETTER = 2,
   QUEUE_SUFFIX_TYPE_DEADXACT = 3,
   QUEUE_SUFFIX_TYPE_XACTONLY = 4,
   QUEUE_SUFFIX_TYPE_SUBQUEUE = 5
 } QUEUE_SUFFIX_TYPE;
</pre></div>
</dd></dl><p><b>QUEUE_SUFFIX_TYPE_NONE:  </b>There is no suffix.</p><p><b>QUEUE_SUFFIX_TYPE_JOURNAL:  </b>Refers to the <a href="87486cd1-6ef0-4b58-93f9-f9b97b2279c4#gt_89cac287-8784-4fdf-893f-739cd0ef3785" data-linktype="relative-path">queue journal</a> of the queue
identified by the unnamed union in the QUEUE_FORMAT (section 2.2.7)
structure.</p><p><b>QUEUE_SUFFIX_TYPE_DEADLETTER:  </b>Refers to the
nontransacted <a href="87486cd1-6ef0-4b58-93f9-f9b97b2279c4#gt_99517f21-e7cf-4c8f-a651-0dd969828cba" data-linktype="relative-path">dead-letter queue</a>
of the computer identified by the union in the
QUEUE_FORMAT (section 2.2.7) structure.</p><p><b>QUEUE_SUFFIX_TYPE_DEADXACT:  </b>Refers to the
transacted dead-letter queue of the computer identified by the union in the
QUEUE_FORMAT (section 2.2.7) structure.</p><p><b>QUEUE_SUFFIX_TYPE_XACTONLY:  </b>Refers to the
transacted <a href="87486cd1-6ef0-4b58-93f9-f9b97b2279c4#gt_86bc3fbd-dfae-4737-a56a-3c0d9045c967" data-linktype="relative-path">connector queue</a>
of the connector identified by the union in the
QUEUE_FORMAT (section 2.2.7) structure.</p><p><b>QUEUE_SUFFIX_TYPE_SUBQUEUE:  </b>Refers to the <a href="87486cd1-6ef0-4b58-93f9-f9b97b2279c4#gt_328fe8aa-d006-44dd-8cc8-dba7c862aaf8" data-linktype="relative-path">subqueue</a> that is the direct
name identified by the union in the QUEUE_FORMAT (section 2.2.7)
structure.</p></div>