/** * A 0MQ example with publish/subscribe over the network using the PUB-SUB pattern, combined with a PAIR-PAIR pattern for flow * control. *

* Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
* BSD-style license. See Sim0MQ License. *

* $LastChangedDate: 2015-07-24 02:58:59 +0200 (Fri, 24 Jul 2015) $, @version $Revision: 1147 $, by $Author: averbraeck $, * initial version 26 Apr 2020
* @author Alexander Verbraeck */ package org.sim0mq.test.pubsub;