everson . [https://community.jboss.org/people/everjava] created the discussion
"Re: Event when message is put on DLQ" To view the discussion, visit: https://community.jboss.org/message/778410#778410 -------------------------------------------------------------- have you tried a message drive bean ? @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"), @ActivationConfigProperty(propertyName = "destination", propertyValue = "queue/DLQ") }, mappedName = "DLQ") public class Myclass implements MessageListener { } -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/778410#778410] Start a new discussion in JBoss Messaging at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
