1. In ServiceMix, I have a scenario in which I need to simply forward a message from one endpoint to another. I am accomplishing this today using a servicemix-eip wire-tap with no listeners configured. However, this appears to incur the overhead of a message exchange store operation which I would like to avoid. Is there a better way to forward a message without the overhead of a Store?
2. I think what I would really like is a generic, low-overhead "proxy" component that essentially allows me to assign an additional "alias" endpoint address to an existing endpoint. Based on http://issues.apache.org/activemq/browse/SM-369, it appears something similar to this was implemented specifically for the servicemix-http and servicemix-jms components. However, I am looking for a generic "alias/proxy" capability that works for all endpoints. Any feedback you can provide regarding these two issues is appreciated. - Ron -- View this message in context: http://www.nabble.com/Low-overhead-Message-forwarding-strategy-tp16348698s12049p16348698.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
