Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Annotation-based Bean-Pool Configuration #128

@glassfishrobot

Description

@glassfishrobot

Introduce a annotation so standardize the bean pool size.

Minimal requirement: configuration of the max-pool-size:

javax.ejb.MaxPoolSize:

public @interface MaxPoolSize

{ int value() default -1; }

public @interface MinPoolSize

{ int value() default 0; }

Motivation: max-pool-size is the easiest possible way to introduce component-specific "throttling".

See also discussion:
https://java.net/projects/ejb-spec/lists/users/archive/2016-01/message/0

Affected Versions

[3.2]

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions