Hi,<div><br></div><div>I think there is a mistake in the page describing the HA policy for distributed queue.</div><div><br></div><div>The documentation says :</div><div><pre style="color:rgb(85,85,85);font-size:13px;line-height:18px;background-color:rgb(255,255,255)">
PUT /api/parameters/policy/%2f/ha-all
   {&quot;pattern&quot;:&quot;^ha\.&quot;, &quot;definition&quot;:{&quot;ha-mode&quot;:&quot;all&quot;}}</pre></div><div>The right syntax may be :</div><div><br></div><div><pre style="color:rgb(85,85,85);font-size:13px;line-height:18px;background-color:rgb(255,255,255)">
PUT /api/policies/%2f/ha-all
   {&quot;pattern&quot;:&quot;^ha\.&quot;, &quot;definition&quot;:{&quot;ha-mode&quot;:&quot;all&quot;}}</pre></div><div><br></div><div>Regards,</div><div>Vladislav Pernin</div>