MessageRouter is a program which helps facilitate integration of several software systems. It supports various communication protocols, and allows specifying rules for how the
messages from different systems will be routed (with conversion, if needed).
This product was developed for Trading Science Ltd, and is available for purchase — please contact Trading Science for details.
There is a number of external systems, each with its own protocol of external interaction (MSMQ, MQ Series, etc.). When integrating these applications, developers may have the following problems:
All of this results in complexity for integration between these systems, high dependancy of systems on each other, increases possibility of errors in protocols’ implementation and conversion.
MessageRouter completely manages data interchange between several systems. It supports several communication protocols (so far they are MSMQ, MQ Series, SOAP, and new ones can be easily added). Administrator can define a list of external systems and rules of where which messages should be routed. MessageRouter then listen to each of the external systems and forwards received messages according to the rules.
Now in order to include an external system into an integration with other systems it is only required to add the system to the list in MessageRouter, configure its queues and routing rules – and the system is ready to communicate!
It is also possible to connect remote networks over WAN (for example, Internet) using MessageRouter – each network should have an instance of MessageRouter running, and messages to other networks are sent using XML-based SOAP protocol.
These are examples of the available configuration and features in Message Router, please contact us for further details.
Systems configuration:
Rules configuration:
Manual message sending:
Message log:
* – if required by integrated applications.
The application consists of two parts – MR Service, and MR Remote Configuration and Control.
MR Service is developed using MS VC++, MSMQ, IBM MQ Series, SOAP, XML). It is an NT Service, which is responsible for interaction with integrated systems and routing messages from an origin system to its destination systems.
For each messaging protocol supported (MSMQ, SOAP etc) there is a Queue Manager module, which is a COM object with a standard interface for managing queues. It is possible to add new messaging (or communication) protocols by creating a new standard COM object for this protocol. Queue Manager modules poll outgoing queues of external systems and all messages are passed to the Message Processor module.
Message Processor uses routing rules to determine the destinations for each message, and passes it to correspondent Queue Managers, so that they can place it in the incoming queue of each destination system.
All of the MR events and operations are logged by Log Manager module in an XML log file.
MR Remote Configuration and Control is developed using MS VC++, ASP, XML, XSL. It is a web-based application which allows configuring MR Service as well as monitoring its performance. Its functions include:
It is implemented using a set of ASP pages, as well as MR Configuration COM object. All of the MR settings are stored in XML format.