| FUSE Message Broker Configuration Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
http://activemq.apache.org/schema/core)>http://activemq.apache.org/schema/core)
Creates a default persistence model using the Journal and JDBC
| Nested Element Summary | |||||||||||||
| sequence |
|
||||||||||||
| Attribute Summary | |
string | adapter
|
boolean | createTablesOnStartup
Sets whether or not tables are created on startup |
string | dataDirectory
|
string | dataDirectoryFile
|
string | dataSource
|
ID | id
|
string | jdbcAdapter
|
string | journal
|
string | journalArchiveDirectory
|
integer | journalLogFiles
Sets the number of journal log files to use |
integer | journalLogFileSize
Sets the size of the journal log files |
integer | journalThreadPriority
Sets the thread priority of the journal thread |
string | statements
|
string | taskRunnerFactory
|
boolean | useDatabaseLock
Sets whether or not an exclusive database lock should be used to enable JDBC Master/Slave. |
boolean | useJournal
Enables or disables the use of the journal. |
boolean | useQuickJournal
Enables or disables the use of quick journal, which keeps messages in the journal and just stores a reference to the messages in JDBC. |
| Attribute Detail |
Defined with global type string
Sets whether or not tables are created on startup
Defined with global type boolean
Defined with global type string
Defined with global type string
Defined with global type string
Defined with global type ID
Defined with global type string
Defined with global type string
Defined with global type string
Sets the number of journal log files to use
Defined with global type integer
Sets the size of the journal log files
Defined with global type integer
Sets the thread priority of the journal thread
Defined with global type integer
Defined with global type string
Defined with global type string
Sets whether or not an exclusive database lock should be used to enable
JDBC Master/Slave. Enabled by default.
Defined with global type boolean
Enables or disables the use of the journal. The default is to use the
journal
Defined with global type boolean
Enables or disables the use of quick journal, which keeps messages in the
journal and just stores a reference to the messages in JDBC. Defaults to
false so that messages actually reside long term in the JDBC database.
Defined with global type boolean
| FUSE Message Broker Configuration Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||