org.jboss.ejb3.annotation
Annotation Type MessageProperties
@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface MessageProperties
Annotation for specifying the message properties for a Consumer bean. It is placed
on the Producer interfaces.
- Author:
- Bill Burke
delivery
public abstract DeliveryMode delivery
- Default:
- org.jboss.ejb3.annotation.DeliveryMode.PERSISTENT
timeToLive
public abstract int timeToLive
- Default:
- 0
priority
public abstract int priority
- Default:
- 4
getInterface
public abstract Class<?> getInterface
- Default:
- org.jboss.ejb3.annotation.MessageProperties.class
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.