- As far as my knowledge, we can receive ISO8583 message from one host/switch and do some processing and forward the message to another host/switch using server.xml, channel.xml and mux.xml config files.
- We can route the message based on the IP config that is specified in channel.xml which is static (in the sence it is predefined).
Requirement: I want to develop an application using JPOS Q2 Server as a payment gateway router. The basic requirement is that Q2 server must be able to route the incoming message based on one field(as an identifier) from that incoming message and pick up the destination route from Database dynamically and send the message further to destination host. Is this can be accomplished using JPOS Q2 Server? If yes, how?
Message Flow: Source -> (ISO message with field 48 as identifier)->Q2 SERVER->(Do some processing, gets the destination address using identifier from DB)->Destination Host->(Respond back to the source in reverse)