Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The documentation for sorted queues [1] currently states:
Messages sent to a sorted queue without the specified JMS message property will be inserted into the 'last' position in the queue.
This is not correct. The implementation treats a non existing key as the smallest possible value. The queue itself is in a smallest first order meaning a message without sorting key will be put at the head of the queue.