Java EE application server OpenLiberty documentation has a configurable property "backendURL" for transaction managers.
When backend routing is active, the URL is used by peer servers to contact this server. https://openliberty.io/docs/latest/reference/config/transaction.html
What is "backend routing" used for in this context?
I have two guesses:
I have tried to Google it, but did not find anything except the link to the documentation which is in the question part. Reading the documentation did not explain what the backend routing is used for.
Your second guess is correct. The backendURL is the address at which a server can be contacted by its peers.