JBoss Messaging works seamlessly with EJB3 - see the EJB3 examples in the distribution for more details
Specifying a ClientID
@ActivationConfigProperty(propertyName="clientId", propertyValue="my-client-ID")
Why doesn't my message get redelivered after a RuntimeException?
Per default DLQMaxResent is set to 0.
@ActivationConfigProperty(propertyName="DLQMaxResent", propertyValue="1")
Referenced by:
Comments