shlomibd
shlomibd
> Thank you for addressing the PostgreSQL storage issue with this pull request. I have some concerns about the introduction of a new exception: > > Necessity of the Exception:...
@Robban1980 maybe I wasn't clear before, the new query is accurate and returns the right amount of messages, it was tested with a scenario that was constantly showing the issue...
I pinned it down to this method in PostgresQueueDAO.java: private List popMessages( Connection connection, String queueName, int count, int timeout) { if (this.queueListener != null) { if (!this.queueListener.hasMessagesReady(queueName)) { return...