Hi,
I would like to de-activate and activate a MDB on a specific queue. The reason is that processing af messages depends on a couple of
external conditions. The MDB should process the messages when these conditions are met and not process when not.
I have tried to rollback when the conditions are not met, but the messages alsways end up on the DLQ.
Can this be done at all?
Thanks in advance
Andreas