Pinned Repositories
amqp-client-hacked
Modification of RabbitMQ AMQP Java client library 3.1.5 (Mercurial version) for issue hunting purposes. It prevents OutOfMemoryError, checking frame size, reposting suspiciosly big frames, capturing first 1000B of their content for investigation. I have also fully Mavenized the build.
concurrency-id-locking
Java Concurrency - mapping Locks to IDs solutions with tests. How to achieve highly granular locking in a heavy multi concurrent Java code.
distributed-queue
Simple implementation of Distributed Processing Queue in Java based on socket server and one thread per client proxy, and the remote clients itself. This solution supports technically unlimited number of participating remote clients; they can be added or dropped any time.
spring-amqp
Spring AMQP - support for Spring programming model with AMQP, especially but not limited to RabbitMQ
ubs-vwap-example
Simple incremental VWAP (Volume-weighted average price) benchmark calculation in Java
linux-wifi-hotspot
Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
qtjambi
QtJambi is a wrapper for using Qt in Java.
januhlir's Repositories
januhlir/ubs-vwap-example
Simple incremental VWAP (Volume-weighted average price) benchmark calculation in Java
januhlir/concurrency-id-locking
Java Concurrency - mapping Locks to IDs solutions with tests. How to achieve highly granular locking in a heavy multi concurrent Java code.
januhlir/distributed-queue
Simple implementation of Distributed Processing Queue in Java based on socket server and one thread per client proxy, and the remote clients itself. This solution supports technically unlimited number of participating remote clients; they can be added or dropped any time.
januhlir/amqp-client-hacked
Modification of RabbitMQ AMQP Java client library 3.1.5 (Mercurial version) for issue hunting purposes. It prevents OutOfMemoryError, checking frame size, reposting suspiciosly big frames, capturing first 1000B of their content for investigation. I have also fully Mavenized the build.
januhlir/spring-amqp
Spring AMQP - support for Spring programming model with AMQP, especially but not limited to RabbitMQ