@Retention(value=CLASS)
@Target(value=java.lang.annotation.ElementType.TYPE)
public @interface MessageDestination
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Logical name of the message destination
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
destinationJndiName
The JNDI name of the physical message destination
|
java.lang.String |
initialContextFactory
The initial context factory
|
java.lang.String |
providerUrl
The URL of the provider
|