infobip / popout

Java file-based extremely fast and reliable FIFO queue.
Apache License 2.0
58 stars 13 forks source link

Is there a way to find created queues by name? #3

Closed hewrin closed 3 years ago

hewrin commented 3 years ago

Say I have created a queue, is there a way for me to retrieve it in a different part of my code instead of passing it around in a variable?

xxlabaza commented 3 years ago

Hi!

Actually no. This is a dummy implementation, and if you want to add that feature - you have to implement it yourself