In JBoss 4.0.x there is a bug which means that interceptors don't get fired for MDBs.
You can either:
(a) call from the MDB to a session bean to do the work OR
(b) wait for JBoss 4.2
By the way, the architecturally correct way to use JMS from an appserver / in an EJB3
environment is to install it via JCA, not Spring.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027617#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...