Interface EnterpriseBeanstalkConstants


public interface EnterpriseBeanstalkConstants
Holds constants used in the enterprise beanstalk configuration.
  • Field Details

    • SYNAPSE_BEANSTALK_PREFIX

      static final String SYNAPSE_BEANSTALK_PREFIX
      Prefix for beanstalk related configuration property names in synapse.properties.
      See Also:
    • STATELESS_BEANS_TIMEOUT

      static final String STATELESS_BEANS_TIMEOUT
      Cache timeout in minutes for stateless session beans
      See Also:
    • STATEFUL_BEANS_TIMEOUT

      static final String STATEFUL_BEANS_TIMEOUT
      Cache timeout in minutes for stateful session beans
      See Also:
    • STATELESS_BEANS_WARN_LIMIT

      static final String STATELESS_BEANS_WARN_LIMIT
      Warn limit for stateless session beans. A warning is generated when more than this many of stateless bean stubs are cached in this beanstalk.
      See Also:
    • STATEFUL_BEANS_WARN_LIMIT

      static final String STATEFUL_BEANS_WARN_LIMIT
      Warn limit for stateless session beans. A warning is generated when more than this many of stateless bean stubs are cached in this beanstalk.
      See Also:
    • BEANSTALK_MANAGER_PROP_NAME

      static final String BEANSTALK_MANAGER_PROP_NAME
      ServerContextInformation property name of the BeanstalkManager
      See Also:
    • BEANSTALK_MBEAN_CATEGORY_NAME

      static final String BEANSTALK_MBEAN_CATEGORY_NAME
      Category name for JMX MBeans registered to monitor beanstalks.
      See Also: