Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Creates new SequenceManager instance. This operation should be called only once per endpoint and/or endpoint client.
Parameters:
persistent - specifies whether returned SequenceManager instance should support persistent message storage
uniqueEndpointId - unique identifier of the WS endpoint for which this particular sequence manager will be used. The endpoint
identifier must be different for the client and for the server side.
inboundQueueBuilder - delivery queue builder that will be used to create delivery queue for all newly created inbound sequences
outboundQueueBuilder - delivery queue builder that will be used to create delivery queue for all newly created outbound sequences