[jboss-user] [JBoss Messaging] - Re: Event when message is put on DLQ
everson .
do-not-reply at jboss.com
Mon Nov 26 13:24:35 EST 2012
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121126/787b0bf9/attachment.html
More information about the jboss-user
mailing list