Question
Use JMS listener instead of JMS MDB Listerner on J2EE compliant application server
We use TomCat in dev and Websphere in Production. I was wondering if I can continue using the same JMS listerner configuration as Dev (and not MDB listener) in Production else I would end up having 2 JMS configurations in my application.
Would the JMS listerner be blocked by J2EE server