Hi, I am looking for information about how the routing function works in Artemis. Specifically, I am trying to understand what internal service inside the broker is invoked once a msg has been read off the network in order to determine where to forward the message. Additionally, I am trying to understand the service that is then responsible for moving that message to an outbound queue where a consumer is waiting to receive that message.
I am trying to determine if I can optimize the routing mechanism by removing any unneeded functionality to reduce overhead to support a specific consumer use case that I have. Any information is appreciated! Thanks Brian R