JBoss Community

Re: Event when message is put on DLQ

created by everson . in JBoss Messaging - View the full discussion

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

Start a new discussion in JBoss Messaging at Community