com.bea.wli.control.jms
Annotation Type JMSProperty


@Retention(value=RUNTIME)
public @interface JMSProperty

This annotation can be used to set JMS properties


Required Element Summary
 String key
          Required.
 String value
          Required.
 

Element Detail

key

public abstract String key
Required. A string which identifies this property.


value

public abstract String value
Required. The property value.