Record -
artemis
: SessionConfiguration
Configurations related to a Artemis Session.
Fields
- username string? ()
-
The username
- password string? ()
-
The password
- autoCommitSends boolean true
-
true
to automatically commit message sends,false
to use transaction block for committing
- autoCommitAcks boolean true
-
true
to automatically commit message acknowledgement,false
to use transaction block for committing