org.jboss.annotation.ejb
Annotation Type MessageProperties


@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface MessageProperties

comment

Author:
Bill Burke

Optional Element Summary
 DeliveryMode delivery
           
 int priority
           
 int timeToLive
           
 

delivery

public abstract DeliveryMode delivery
Default:
PERSISTENT

timeToLive

public abstract int timeToLive
Default:
0

priority

public abstract int priority
Default:
4


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.