We have single session with our broker. We are getting market data on that session. Basically we want to distribute that data to different team on FIX only. Is there any ready solution which can work both as acceptor and initaor.
Initator would get message from Broker and would pass those to acceptor and acceptor would pass those messages to it's client.
We are using apache camel quickfixj for this.