-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Andrey Belyaev opened INT-1870 and commented
The "message-store" attribute is not defined for priority-queue type in xsd schema. So we could not just say like this:
<int:channel id="queue">
<int:priority-queue message-store="messageStore" />
</int:channel>
At the first glance it seems that message store implementation for priority queue could be exactly the same as for regular one.
This issue is a sub-task of #6168
Issue Links:
-
Consider supporting FIFO semantics on the Priority Channel for tie breaks [INT-2031] #6016 Consider supporting FIFO semantics on the Priority Channel for tie breaks
-
Implement MongoDB PriorityCapableChannelMessageStore [INT-3338] #7308 Implement MongoDB PriorityCapableChannelMessageStore
-
Implement JDBC PriorityCapableChannelMessageStore [INT-3339] #7258 Implement JDBC PriorityCapableChannelMessageStore
-
Implement GemFire PriorityCapableChannelMessageStore [INT-3340] #7309 Implement GemFire PriorityCapableChannelMessageStore
-
Add List-Backed Redis Message Group Store for QueueChannel Use [INT-3325] #7295 Add List-Backed Redis Message Group Store for QueueChannel Use
1 votes, 2 watchers