Given:
Question Is it possible to stop a Message Driven Bean (programmatically), so that it doesn't consume new messages, but processes running transactions as usual? (This is a follow up of How to ...