For posterity's sake, let it be known that this conversation continued on
ARTEMIS-4629 [1].


Justin

[1] https://issues.apache.org/jira/browse/ARTEMIS-4629

On Thu, Feb 1, 2024 at 7:47 AM MILOVIDOV Aleksandr
<aleksandr.milovi...@raiffeisen.ru.invalid> wrote:

> Hi,
>
> I tried to insert <ha>true</ha> in different positions in the <bridge>
> section of broker.xml, and received different validation errors.
> Is it ok that these options should be placed in strict order?
>
> Only one working configuration with <ha> was:
>
> <bridge name="test-bridge">
>     <queue-name>TEST.Q</queue-name>
>     <forwarding-address>TEST.RECEIVER.Q</forwarding-address>
>     <ha>true</ha>
>     <user>user</user>
>     <password>password</password>
>     <routing-type>STRIP</routing-type>
>     <concurrency>1</concurrency>
>     <static-connectors>
>         <connector-ref>server1-connector</connector-ref>
>         <connector-ref>server2-connector</connector-ref>
>     </static-connectors>
> </bridge>
>
> When I tried to insert retry/reconnect options, option <ha> becomes
> invalid.
> I wonder if anyone used core bridge with HA in production (documentation
> example also did not pass validation).
>
> ps Reproduced on Artemis 2.32.0.
>
>
> --
> Best regards, Aleksandr
>
>
> -----------------------------------
>
> This message and any attachment are confidential and may be privileged or
> otherwise protected from disclosure. If you are not the intended recipient
> any use, distribution, copying or disclosure is strictly prohibited. If you
> have received this message in error, please notify the sender immediately
> either by telephone or by e-mail and delete this message and any attachment
> from your system. Correspondence via e-mail is for information purposes
> only. AO Raiffeisenbank neither makes nor accepts legally binding
> statements by e-mail unless otherwise agreed.
>
> -----------------------------------
>

Reply via email to