@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Publish
This annotation is applied to methods that will send a message to the queue.
The method this is applied to MUST have one parameter and that parameter MUST be encode-able with the current encoder.