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