|
Oracle GlassFish(tm) Server Message Queue 5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface JMSDestinationDefinition
Annotation used to define a Java Message Service (JMS) destination
and be registered with JNDI. The JMSDestination
may be configured by setting the annotation elements for commonly used
JMSDestination
properties. Additional standard and
vendor-specific properties may be specified using the properties
element. Once defined, a destination resource may be referenced by
a component using the lookup
element of the
Resource
annotation.
Resource
Required Element Summary | |
---|---|
String |
className
JMS destination implementation class name which implements: javax.jms.Queue or javax.jms.Topic |
String |
name
JNDI name of the destination resource being defined. |
Optional Element Summary | |
---|---|
String |
description
Description of this JMS Destination. |
String |
destinationName
Name of the queue or topic. |
String[] |
properties
JMS destination property. |
String |
resourceAdapterName
Resource adapter name. |
Element Detail |
---|
public abstract String name
public abstract String className
javax.jms.Queue
or javax.jms.Topic
public abstract String description
public abstract String resourceAdapterName
public abstract String destinationName
public abstract String[] properties
ConnectionFactory
property.
Properties are specified using the format: propertyName=propertyValue with one property per array element.
|
Oracle GlassFish(tm) Server Message Queue 5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |