Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
Right now every durable sub gets assigned a new queue. This is only needed to support out of order acking from the subscription. If the consumer is doing in order acking like the JMS API forces, then you can get better performance by using a shared queue /w browsers but track ack positions using a simple map/index.
Attachments
Issue Links
- is related to
-
APLO-251 Share a single queue for all consumers on topic configured with slow_consumer_policy="queue"
- Resolved