...
Object message middleware | |
IBM MQ | Session is a set of queues: for incoming messages, for outgoing messages and for errors. Raw FIX message is packed into MQ message as blob. In case of conversion to FIXML, a corresponding XML is packed into MQ message as blob. See IBM MQ Series Adaptor for details. |
TIB RV | Session is a TIBRV session, raw FIX message is packed into TIB message as blob. See TIB RV Adaptor for details. |
JMS | Topic and queue modes are supported, raw FIX messages is packed into JMS message. See JMS Adaptor Transport Adapter for details. |
COM/DCOM | FIX engine, FIX session and FIX message are COM objects. See COM/DCOM Adaptor for details. |
CORBA | FIX engine, FIX session and FIX message are CORBA objects.See CORBA Adaptor for details. |
Raw message middleware | |
Domain Socket | Raw FIX messages are sent via domain sockets. |
UDP | Raw FIX messages are sent via UDP. See UDP Adaptor for details. |
Named Pipes | Raw FIX messages are sent via named pipes. |
HTTPS | Raw FIX messages are sent via HTTP. See HTTPs Adaptor for details. |
Simple Sockets | Raw FIX message are sent via TCP sockets; several XML messages form light-weight session level protocol for identification and heart-beating. |
SMTP | Raw FIX messages are sent via SMTP (to email); FIX email message can be automatically converted to a standard email message. |
Non-FIX protocols | |
OTCH, ITCH |
...