You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if Comparator is not provided and PRIORITY header is not set the place of the Message in the Priority channel is undetermined based on the implementation fo PriorityBlockingQueue. However I am suspecting that a typical use case would treat PriorityChannel as a FIFO QueueChannel with prioritization capabilities, sort of like an extension.