public class MBDatabaseConfig extends Object
| Constructor and Description |
|---|
MBDatabaseConfig(String filePath)
Construct MB database config.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContextStoreJndiName()
Get JNDI name of context store (used to store context information of broker)
|
String |
getMessageStoreJndiName()
Get JNDI name of message store (used to store messages)
|
boolean |
isContextStoreAvaliable()
Check if context store is set.
|
public MBDatabaseConfig(String filePath)
filePath - path of the file containing configs of data source jndi namespublic String getMessageStoreJndiName()
public String getContextStoreJndiName()
public boolean isContextStoreAvaliable()
Copyright © 2018 WSO2. All rights reserved.