How about "processes safe" of the lib?
For example, I created 20 java processes and both initialized a big queue instance based on same file (same directory and same "name"), 10 processes is producers and another 10 processes are consumers. Now can the queue handle concurrence between those processes, include performance and data safe?
I would like to know this information as well.
@zbutfly any update?
based on description of the project, I think bigq lib does not work on crossing processes/threads. We implement our design on kafka at last.
@zbutfly thanks for the information
@nirandaperera and, maybe you can take a look at mapdb http://www.mapdb.org/