Hi,
I have worked with TIBCO RV on applications that require low latency messaging. I have heard of projects where the team had to roll out their own socket code to get messages faster than the speed offered by RV.
Are there any tools out there, probably open source that can come close to or better than TIBCO RV?
Thanks
Hari
...
Who has to manages the persistent in the ZeroMQ?
When we use the ZeroMQ clients in Python language, what are the plug-ins/modules available to manage the persistent?
I would like to know the patterns to use the ZeroMQ.
...
i follow this steps http://www.zeromq.org/bindings:java to install jzmq, but after install i don't find the class/jars to import in my eclpse project.
my enviroment variables are:
JAVA_HOME=/usr/lib/jvm/java-6-sun/bin
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jvm/java-6-sun/bin
CLASSPATH=/usr...
Hi,
This is related to an earlier question I had asked about what sort of middleware one can use for developing a client/server app.
Among the options suggested, I was intrigued by zeroMQ and its capabilities.
Since morning, I have been researching on using zeroMQ for my application. However, since my client is a Adobe AIR/FLEX, I see...