Skip to main content
Summary When is the exception AdminLimitExceeded raised?
Article Number 35055
Environment Orbix 6 All supported platforms
Question/Problem Description When is the exception AdminLimitExceeded raised?
Why is AdminLimitExceeded thrown?
What does the exception AdminLimitExceeded indicate?
Clarifying Information
Error Message CosNotifyChannelAdmin::AdminLimitExceeded
Defect/Enhancement Number
Cause
Resolution
The exception "CosNotifyChannelAdmin::AdminLimitExceeded" is thrown by the following operations:
  • obtain_notification_push_consumer() and obtain_notification_pull_consumer() when trying to obtain a proxy consumer and when the event channel’s MaxSuppliers limit is reached.
MaxSuppliers specifies the maximum number of suppliers that can be connected to the channel at any given time. This property is set with a long datatype. The default value is 0 (unlimited).
  • obtain_notification_push_supplier() and obtain_notification_pull_supplier() when trying to obtain a proxy supplier and when the event channel’s MaxConsumers limit is reached.
MaxConsumers specifies the maximum number of consumers that can be connected to the channel at any given time. This property is set with a long datatype. The default value is 0 (unlimited).
Workaround
Notes
Attachment
Created date: 26 September 2012
Last Modified: 12 February 2013
Last Published: 26 September 2012
First Published date: 26 September 2012

#KnowledgeDocs
#Orbix