Back to Projects
JavaQueue Messaging
A lightweight message queue implementation in pure Java, supporting publish/subscribe and point-to-point patterns with persistent delivery guarantees.
Overview
JavaQueue is a custom in-process message broker built in Java without any third-party MQ library. It demonstrates how queues work under the hood — thread-safe blocking queues, durable message persistence via JDBC, retry policies, and dead-letter handling. Great for learning and lightweight deployments.
tech-stack.json
// Technologies powering this project
const stack = [
"Java",
"Concurrency",
"Messaging",
"JDBC"
];
// Interested in working together?
Let's build something.
I'm open to freelance, collaboration, and full-time opportunities.