I am trying to use the basic ZMQ Java Client/Server example from the official website.
The steps I performed:
1) Open new Java project and add relevant existing JAR files (jzmq-3.0.0.jar - downloaded from external website, didn't find it in original installation)
2) Import org.zeromq.ZMQ
3) Use ZMQ API
My question:
- This does not work. Seems that I am missing more references. As well, in the Installation from the website - no JARS are included. Where can the binaries be downloaded?
- Is there a "How to set up and test a simple ZMQ Java client/server" example?
Thanks!