Annotation Interface EnableForJms.Inbound.From.Sub

Enclosing class:
EnableForJms.Inbound.From

public static @interface EnableForJms.Inbound.From.Sub
  • 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.
    Defines the subscription name to be used with a Topic consumer.
  • Element Details

    • value

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

      Only applicable when EnableForJms.Inbound.From.type() is DestinationType.TOPIC.

      Supports Spring property placeholder.

      Default:
      ""
    • shared

      boolean shared
      Specifies whether the subscription should be shared or not.

      Defaults to true.

      Default:
      true
    • durable

      boolean durable
      Specifies whether the subscription should be durable or not.

      Defaults to true.

      Default:
      true