Annotation Interface JmsHandler


@Target(TYPE) public @interface JmsHandler
The annotation to mark the class that handles the object received from the jms.
  • Element Details

    • properties

      JmsProperty[] properties
      Returns:
      list of parameters are sent in request and put in {@link javax.jms.Message##setObjectProperty(String, Object)}
      Default:
      {}
    • description

      String description
      Default:
      ""