[ https://issues.apache.org/jira/browse/JAMES-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16536354#comment-16536354 ]
ASF GitHub Bot commented on JAMES-2300: --------------------------------------- GitHub user nstdio opened a pull request: https://github.com/apache/james-project/pull/128 JAMES-2300 FileMailQueue browse do not have order. The FileMailQueue uses ConcurrentHashMap as mapping data structure which is not maintain insertion order. Now we use synchronized version of LinkedHashMap. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nstdio/james-project JAMES-2300 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/james-project/pull/128.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #128 ---- commit 12c870141bc90caa05513361f7eb9d976c8259a4 Author: Edgar Asatryan <nstdio@...> Date: 2018-07-08T17:53:27Z JAMES-2300 FileMailQueue browse do not have order. The FileMailQueue uses ConcurrentHashMap as mapping data structure which is not maintain insertion order. Now we use synchronized version of LinkedHashMap. ---- > FileMailQueue browse do not have order > -------------------------------------- > > Key: JAMES-2300 > URL: https://issues.apache.org/jira/browse/JAMES-2300 > Project: James Server > Issue Type: Bug > Reporter: Tellier Benoit > Priority: Major > > Other mail queue have a priority organized order while browsing, the > organized by enqueue time, which is not the case with FileMailQueue -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org