[
https://jira.jboss.org/jira/browse/JBESB-2604?page=com.atlassian.jira.plu...
]
Kevin Conner commented on JBESB-2604:
-------------------------------------
The current documentation in 4.4CP (and trunk) contains the following
org.jboss.soa.esb.registry.interceptors
The list of interceptors that are applied to the configured registry. The codebase
currently provides two interceptors, one for handling InVM registration and a second for
applying a cache over the registry. The default interceptor list consists solely the InVM
interceptor.
org.jboss.soa.esb.registry.cache.maxSize
The maximum number of server entries allowed in the cache. If this value is exceeded then
entries will be evicted on a LRU basis. The default value is 100 entries.
org.jboss.soa.esb.registry.cache.validityPeriod
The validity period of the caching interceptor. This is specified in milliseconds and
defaults to 600000 (ten minutes). If this value is zero (or less) then there is no expiry
specified on the cache.
Document registry interceptors
------------------------------
Key: JBESB-2604
URL:
https://jira.jboss.org/jira/browse/JBESB-2604
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Documentation
Environment: SOA-P 4.3 SP1
Reporter: Aaron Pestel
Priority: Minor
This is a request to document the two known registry interceptors:
org.jboss.internal.soa.esb.services.registry.InVMRegistryInterceptor and
org.jboss.internal.soa.esb.services.registry.CachingRegistryInterceptor
The InVMRegistryInterceptor is listed in the services guide, section 2.1 and 3.2:
http://www.redhat.com/docs/en-US/JBoss_SOA_Platform/4.3.CP01/html-single/...
In section 2.1, it shows an extract of the registry portion of the
jbossesb-properties.xml - which includes InVMRegistryInterceptor, and then goes on to
describe each property, but neglects to describe the
org.jboss.soa.esb.registry.interceptors property where InVMRegistryInterceptor is set.
I am requesting a description in section 2.1 of the
org.jboss.soa.esb.registry.interceptors property to include:
1.) format for adding 1 or many interceptors (using ", ")
2.) description of two currently available interceptors (InVMRegistryInterceptor and
CachingRegistryInterceptor)
3.) description of when it would make sense or not make sense to use these two
interceptors
Thanks!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira