- 
        1. Re: message ordering in MDB from queueadrian.brock Sep 2, 2004 1:05 PM (in response to parkenf)We do not answer design questions here. Only technical questions. 
 If you want help with design, hire a consultant.
- 
        2. Re: message ordering in MDB from queueparkenf Sep 2, 2004 1:11 PM (in response to parkenf)I trust you'll forgive my imposition. I have seen many questions in this forum about the use of the singleton configuration, and I consider this a variant on the theme. Perhaps you can answer my jboss specific question: 
 Is it possible to intercept a message when it is being pulled off a queue before the MDBs get to it, by placing a custom interceptor in the stack. How might this be done?
- 
        3. Re: message ordering in MDB from queueadrian.brock Sep 2, 2004 1:18 PM (in response to parkenf)Just create your own message driven bean container-configuration 
 that includes the interceptor and reference it from your mdb in META-INF/jboss.xml
 Or even simpler, modify the standard container in conf/standardjboss.xml
 More portably, change your mdb into a something that implements the
 chain of responsibilty pattern.
 
    