Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

BlockingQueue implementation and other interfaces #198

@pschichtel

Description

@pschichtel

I quickly build a BlockingQueue<byte[]> (gist here) based on the QueueFile for a project where I intend to use tape as an offline buffer/resend queue in case the uplink goes down. I could have just build the minimal wrapper I needed, but I though "why not just implement BlockingQueue and see if someone else thinks it's useful?"

This made me wonder why none of Java's standard queuing interfaces have implementations here. Is there a specific reason for that?

If this is need interesting I can submit a PR for the BlockingQueue and implementations of Queue as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions