ZeroMQ, can we use inproc: transport along with pub/sub messaging pattern
问题 Scenario : We were evaluating ZeroMQ (specifically jeroMq ) for an event driven mechanism. The application is distributed where multiple services (both publishers and subscribers are services) can exist either in the same jvm or in distinct nodes, which depends on the deployment architecture. Observation For playing around I created a pub / sub pattern with inproc: as the transport , using jero mq (version :0.3.5) The thread publishing is able to publish (looks like getting published, at