Hi Is there any way to disable/enable a MDB programmatically?
Right now, it consumes from a JMS queue and the queue definitions are coded using @ActivationConfigProperty. if I just set a flag in the database and let the MDB check it before executing the onMessage() message, I guess I'd have to re-enqueue the message. Instead, I'd like to just "pause" and "restart" my MDBs, not touching the queue. TIA Leo