@Retention(value=RUNTIME) @Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.METHOD}) public @interface ReliabilityBuffer
| Modifier and Type | Optional Element and Description | 
|---|---|
| int | retryCountDeprecated.  Number of times to retry off the JMS queue. | 
| String | retryDelayDeprecated.  Retry delay. | 
public abstract int retryCount
public abstract String retryDelay