WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Message Sets: Group reference logical properties
The logical properties of a group reference include properties that specify the number of occurrences of the group reference.
Property | Type | Meaning |
---|---|---|
Reference Name | Enumerated type | The Reference Name is the name of the object that this object is referring to. The objects available to reference can be selected from the list. |
Occurrence properties
Property | Type | Meaning |
---|---|---|
Min Occurs | Integer | Specify the minimum number of times that the object can repeat. The
default value is 1.
If the value is set to 0, the object is optional. With the exception of Max Occurs being set to -1, if a value is set for Min Occurs, it must be less than or equal to the value in Max Occurs. |
Max Occurs | Integer | Specify
the maximum number of times that the object can repeat. The default
value is 1. If this property is not set, the object cannot occur more than once. If this property is set to 0, it is interpreted as if the object does not exist in the message. It can also be set to -1, to indicate that the limit is unbounded and there is no maximum to the number of occurrences. |