InfinityMQ should support ZeroMQ Message Transport Protocol/1.1. The spec is listed as "Raw" (i.e., not stable), but it will likely become stable when zmq 3.1 is officially released in a few months.
This will allow IMQ apps to interact with anything built on ZMQ, which is a major advantage for heterogeneous deployment scenarios.
Intra-process communication doesn't need to use ZMTP, although it could. ZMTP will be most useful for inter-process and networked communication.
InfinityMQ should support ZeroMQ Message Transport Protocol/1.1. The spec is listed as "Raw" (i.e., not stable), but it will likely become stable when zmq 3.1 is officially released in a few months.
This will allow IMQ apps to interact with anything built on ZMQ, which is a major advantage for heterogeneous deployment scenarios.
Intra-process communication doesn't need to use ZMTP, although it could. ZMTP will be most useful for inter-process and networked communication.