• PUSH/PULL - send/receive packet, no response • PUB/SUB - similar to pull, packet duplicated to all clients • ROUTER/DEALER - accumulate and distribute packets • REQ/ROUTER and DEALER/REP - load balancing
HWM • Sockets have send and/or receive buffers • When the HWM is reached, sockets may block or drop • ØMQ v2 HWM is infinite • ØMQ v3 HWM is 1000 messages