![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
by: Arvicco url: http://github.com/arvicco/zmqp
Asynchronous AMQP library sets a standard for messaging. It is well documented and has clean and simple interfaces for most common messaging tasks. However, it implements AMQP standard that has some serious problems and limitation.
ZeroMQ offers a viable alternative to AMQP, as well as 3-10 times performance boost for most common messaging tasks. However, its interfaces are a very similar to socket programming and look a bit frightening for uninitiated.
This library wraps ZeroMQ/ZMQMachine with interfaces that are very similar to the ones offered by tmm1/amqp. That way, you'll be able to leverage your existing code developed for AMQP, getting additional benefits such as:
Because ZMQis inherently threaded, it does not make sense to use this library with anything less than MRI 1.9.2, JRuby or Rubinius. MRI 1.9.1 may or may not work, MRI 1.8.7 and its below are broken beyond repair (as far as threading goes).
!!! Currently this library is at pre-alpha stage. Please do not use it for anything serious.
First things first, start with:
$ gem install zmqp
To be added...
(c) 2010 Arvicco
This project was inspired by tmm1/amqp. It is based on ZMQMachine. Special thanks to Aman Gupta and Chuck Remes.
ZeroMQ (iMatix/FastMQ/Intel, C++, GPL3)
Analysis of AMQP problems
Joe Armstrong on Erlang messaging vs RPC
== LICENSE: Copyright (c) 2010 Arvicco. See LICENSE for details.
FAQs
Unknown package
We found that zmqp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.