Problem:
- Product Name: VisiBroker
- Product Version: 5.1 and later
- Product Component: VisiNotify
Where can we find the values of the following admin properties:
MaxQueueLength
MaxConsumers
MaxSuppliers
RejectNewEvents
VBPersistentStorageSize
MaxConsumers
MaxSuppliers
RejectNewEvents
VBPersistentStorageSize
Resolution:
Admin properties and their values can be found in the "admin.prop" file located in:
<VISINOTIFY_DIR>/<CHANNEL_DIR>/
The VISINOTIFY_DIR can be set using the following VisiBroker property:
vbroker.notify.dir=<VISINOTIFY_DIR>
The CHANNEL_DIR corresponds to the channel(s) being set. If not explicitly set, VISINOTIFY_DIR and CHANNEL_DIR will have the following values:
VISINOTIFY_DIR = "./visinotify.dir"
CHANNEL_DIR = "default_channel"
So the "admin.prop" file will have the path "./visinotify.dir/default_channel/admin.prop" by default.
<VISINOTIFY_DIR>/<CHANNEL_DIR>/
The VISINOTIFY_DIR can be set using the following VisiBroker property:
vbroker.notify.dir=<VISINOTIFY_DIR>
The CHANNEL_DIR corresponds to the channel(s) being set. If not explicitly set, VISINOTIFY_DIR and CHANNEL_DIR will have the following values:
VISINOTIFY_DIR = "./visinotify.dir"
CHANNEL_DIR = "default_channel"
So the "admin.prop" file will have the path "./visinotify.dir/default_channel/admin.prop" by default.
Support Incident #2490000
#configuration
#VisiNotify
#VisiBroker
#Security