Skip to content

Simple java program to demonstrate usage of Blocking Queue which producer will push log messages to and consumer will consume log messages from the queue asynchronously.

Notifications You must be signed in to change notification settings

abhishek7997/log-blocking-queue

Repository files navigation

Log Blocking Queue

A simple java program to study usage of Blocking queues for async logging to file.

Log producers push log messages to queue and consumers consume them. Both operate at different intervals.

About

Simple java program to demonstrate usage of Blocking Queue which producer will push log messages to and consumer will consume log messages from the queue asynchronously.

Topics

Resources

Stars

Watchers

Forks

Languages