Class QueueConfiguration

  • All Implemented Interfaces:
    Serializable

    public class QueueConfiguration
    extends Object
    implements Serializable
    This class holds all the properties required to configure a queue. The only strictly required property is name. Some defaults will be enforced for properties which are not explicitly set:

    • address : the value set for name
    • transient : false
    • temporary : false
    • durable : true
    • autoCreated : false
    • internal : false
    • configurationManaged : false

    See Also:
    Serialized Form