I want to implement Jeromq in my spring-boot project, which simply pull data from environment & send it to broker & client.
Asked
Active
Viewed 911 times
1
-
Zero/JeroMQ have pretty good documentations. Have you tried anything you are having troubles with? – Fildor Jul 05 '16 at 07:46
-
Not much support for JeroMQ. – Ankit Srivastava Jul 05 '16 at 07:57
-
Did you have a look at the [examples](https://github.com/zeromq/jeromq/tree/master/src/test/java/guide)? – Fildor Jul 05 '16 at 08:02
-
Yes, i just need a path to start with. – Ankit Srivastava Jul 05 '16 at 08:08
-
Frankly, I don't know what to suggest to you. It's all there. Read and find out what suits your needs. – Fildor Jul 05 '16 at 08:16
-
Alright, Thank you. – Ankit Srivastava Jul 05 '16 at 08:25