Annotation Interface EnableForJms.Inbound.From

Enclosing class:
EnableForJms.Inbound

public static @interface EnableForJms.Inbound.From
  • Element Details

    • value

      String value
      Defines the destination name.

      Supports Spring property placeholder.

    • type

      Default:
      QUEUE
    • selector

      String selector
      Specifies the JMS message selector expression (or null if none) for this listener.

      Default is none.

      See the JMS specification for a detailed definition of selector expressions.

      Supports Spring property placeholder.

      Default:
      ""
    • sub

      Default:
      @me.ehp246.aufjms.api.annotation.EnableForJms.Inbound.From.Sub