Problem:
- Product Name: VisiBroker
- Product Version: 6.x and above
- Platform: ALL
- Component: Notification Service (VisiNotify)
For VisiNotify, we have two QoS properties for Channel Admin: "MaxConsumers" and "MaxSuppliers", the default value for both is 256.
If you exceed this limit you will get the Exception: ::CosNotifyChannelAdmin::AdminLimitExceeded.
Nevertheless you can change this limit.
Resolution:
"MaxSuppliers" and "MaxConsumers" are part of the interfaces and methods supported for administration of QoS, Interface CosNotification::QoSAdmin.
This CORBA interface is supported by channels, supplier/consumer admins and proxy suppliers/consumers and allows clients of these objects to obtain and set the QoS properties. The valid range for "MaxConsumers" and "MaxSuppliers" settings are from 0 to 65534. It will have no effect when set otherwise.
#VisiBroker
#notificationservice
#Security
#VisiNotify
#AdminLimitExceeded