clebertsuconic commented on PR #4012:
URL: 
https://github.com/apache/activemq-artemis/pull/4012#issuecomment-1106915511

   note for myself (or you) so I won't forget...
   
   - on the test, The other side of the mirror must have a cluster with Strict 
load balancing... so messages will be load balanced when sent.
   - on the implementation, I should add a routingType on RoutingContext where 
I could set the routingType = OFF, and on PostOfficeImpl:;route (probably on 
Bindings) I would look if the routingType on the context != null, I would 
ignore any routingType and just the one from routing. 
   - The Mirror target will set routingContext.routingType=OFF, so messages 
will always go to local queues on target.
   - The test should be fixed with these options applied.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to