-
Feature Request
-
Resolution: Duplicate
-
Major
-
None
-
JBossAS-4.0.1 Final
-
None
Please build message expiration policies on queues in the JMS engine.
Allow for expired messages to be configured a redirect queue on a per-queue basis.
This might be a DLQ-per-queue or any-other-expiration-redirect-queue-per-queue.
E.g:
Queue/A and expiration redirect to Queue/RedirectA
Queue/B and expiration redirect to Queue/DLQ
Queue/C and expiration redirect to Queue/DLQC
Queue/D and expiration redirect to Queue/RedirectD
Have the expiration and redirect policy be independent from any client method - the server should support this. Currently this is preventing me from moving away from WL8.1 since I do not like to write clients (MDB) for this kind of (IMHO) basic behaviour.
- duplicates
-
JBAS-2156 Patch to add expiry queue support to JBossMQ
- Closed