Software Details:
Version: 3.1.0
Upload Date: 12 May 15
Distribution Type: Freeware
Downloads: 40
ZeroMQ (ØMQ, 0MQ, ZMQ) is a lightweight, fast, asynchronous messaging and communication protocol.
JZMQ is a Java binding for ZeroMQ's basic C API.
The library allows developers to build Java apps and websites that interact with ZeroMQ in an easy manner, without having to deal with C code.
JZMQ is an officially supported library, maintained by the same team that created ZeroMQ itself.
Bindings for various programming languages are also available:
C
C#
C++
Clojure
Common Lisp
D
Delphi
Erlang
Flash/Flex/ActionScript
ActionScript
Go
Go
Haskell
JavaScript
Node.js
Lua
Objective-C
Objective Caml
Objective Caml
PHP
Perl
Python
R
Ruby
Racket
Scala
Smalltalk
What is new in this release:
- Update scm tags in pom.xml
- Fix issue where release was failing because a circular reference
- Added method ZMQ.Socket.setProbeRouter(), issue #333
- Fixed java.nio.Buffer.position method being called as void.
- Added new GSS config options
- Use inline instead of static inline since it's behaviour is undefined
What is new in version 2.1.1:
- Add zero copy API to send and recv
- Remove asserts from get_context JNI
- Add ZLoop support
- Poller rewrite
- No longer c assert when trying to write to a closed Socket
Requirements:
- ZeroMQ
Comments not found