Annotation Interface EnableForJms.Inbound.From.Sub

Enclosing class:
EnableForJms.Inbound.From

@Target({}) public static @interface EnableForJms.Inbound.From.Sub
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the subscription name to be used with a Topic consumer.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Specifies whether the subscription should be durable or not.
    boolean
    Specifies whether the subscription should be shared or not.
  • Element Details

    • name

      String name
      Specifies the subscription name to be used with a Topic consumer.

      Only applicable when shared() and/or durable() is true.

      Supports Spring property placeholder.

    • shared

      boolean shared
      Specifies whether the subscription should be shared or not.
      Default:
      false
    • durable

      boolean durable
      Specifies whether the subscription should be durable or not.
      Default:
      false