Click here to Skip to main content
15,891,033 members
Articles / Programming Languages / C#

ZeroMQ via C#: Multi-part messages, JSON and Synchronized PUB-SUB Pattern

Rate me:
Please Sign up or sign in to vote.
4.96/5 (15 votes)
25 Dec 2012CPOL9 min read 71.3K   51  
In this article, we will talk about the two types of messages that ZeroMQ can send or receive and how to format these messages using JSON. We will also learn the polling mechanism and how to use it. Finally, we will explore the synchronized PUB-SUB pattern with an example.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
France France
Software Architect, Consultant and Solution Initiator with over 20 years of industry experience designing and developing software in different domains: semiconductor manufacturing, electrical energy distribution, solar energy production, medical device manufacturing, PC manufacturing etc.

Comments and Discussions