{"id":19973241,"url":"https://github.com/zeromq/jeromq3-x","last_synced_at":"2025-05-04T02:31:50.260Z","repository":{"id":12435264,"uuid":"15092061","full_name":"zeromq/jeromq3-x","owner":"zeromq","description":null,"archived":false,"fork":false,"pushed_at":"2013-12-31T20:15:11.000Z","size":841,"stargazers_count":3,"open_issues_count":0,"forks_count":7,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-05-08T23:17:09.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeromq.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-10T23:02:13.000Z","updated_at":"2021-12-03T04:29:36.000Z","dependencies_parsed_at":"2022-09-23T07:01:21.294Z","dependency_job_id":null,"html_url":"https://github.com/zeromq/jeromq3-x","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fjeromq3-x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fjeromq3-x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fjeromq3-x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeromq%2Fjeromq3-x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeromq","download_url":"https://codeload.github.com/zeromq/jeromq3-x/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224379916,"owners_count":17301525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T03:10:45.866Z","updated_at":"2024-11-13T03:10:46.558Z","avatar_url":"https://github.com/zeromq.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#JeroMQ\n\nPure Java implementation of libzmq (http://zeromq.org)\n\n[![Build Status](https://travis-ci.org/zeromq/jeromq.png)](https://travis-ci.org/zeromq/jeromq)\n\n## Features\n\n* based on libzmq 3.2.2\n* ZMTP/2.0 (http://rfc.zeromq.org/spec:15)\n* tcp:// protocol and inproc:// is compatible with zeromq\n* ipc:// protocol works only between jeromq (uses tcp://127.0.0.1:port internally)\n* not too bad performance compared to zeromq\n * 2M messages (100B) per sec\n * [Performance](https://github.com/zeromq/jeromq/wiki/Perfomance)\n* exactly same develope experience with zeromq and jzmq\n\n## Not supported Features\n\n* ipc:// protocol with zeromq. Java doesn't support UNIX domain socket.\n* pgm:// protocol. Cannot find a pgm Java implementation\n\n## Extended Features\n\n* build your own StreamEngine's Decoder/Encoder\n * [TestProxyTcp](https://github.com/zeromq/jeromq/blob/master/src/test/java/zmq/TestProxyTcp.java)\n * [Proxy](https://github.com/zeromq/jeromq/blob/master/src/main/java/org/jeromq/codec/Proxy.java)\n\n## Contribution Process\n\nThis project uses the [C4 process](http://rfc.zeromq.org/spec:16) for all code changes. \"Everyone,\nwithout distinction or discrimination, SHALL have an equal right to become a Contributor under the\nterms of this contract.\"\n\n## Usage\n\nAdd it to your Maven project's `pom.xml`:\n\n    \u003cdependency\u003e\n      \u003cgroupId\u003eorg.zeromq\u003c/groupId\u003e\n      \u003cartifactId\u003ejeromq\u003c/artifactId\u003e\n      \u003cversion\u003e0.3.3\u003c/version\u003e\n    \u003c/dependency\u003e\n\n    \u003c!-- for the latest SNAPSHOT --\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003eorg.zeromq\u003c/groupId\u003e\n      \u003cartifactId\u003ejeromq\u003c/artifactId\u003e\n      \u003cversion\u003e0.3.4-SNAPSHOT\u003c/version\u003e\n    \u003c/dependency\u003e\n\n    \u003c!-- If you can't find the latest snapshot --\u003e\n    \u003crepositories\u003e\n      \u003crepository\u003e\n        \u003cid\u003esonatype-nexus-snapshots\u003c/id\u003e\n        \u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots\u003c/url\u003e\n        \u003creleases\u003e\n          \u003cenabled\u003efalse\u003c/enabled\u003e\n        \u003c/releases\u003e\n        \u003csnapshots\u003e\n          \u003cenabled\u003etrue\u003c/enabled\u003e\n        \u003c/snapshots\u003e\n       \u003c/repository\u003e\n    \u003c/repositories\u003e\n\nIf your are using the Ant \n\n    ant [target]\n\n\nAlso please refer the [Wiki](https://github.com/zeromq/jeromq/wiki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeromq%2Fjeromq3-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeromq%2Fjeromq3-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeromq%2Fjeromq3-x/lists"}