org.controlhaus.jms
Annotation Type JMSControl.Property


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public static @interface JMSControl.Property

The method parameter representing a message property with the given name. see javax.jms.Message.getProperty()/setProperty().


Required Element Summary
 String name
          The property name.
 

Element Detail

name

public abstract String name
The property name.