| Summary: | HttpClient does not limit the destination's exchange queue | ||
|---|---|---|---|
| Product: | [RT] Jetty | Reporter: | Simone Bordet <simone.bordet> |
| Component: | client | Assignee: | Simone Bordet <simone.bordet> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jetty-inbox |
| Version: | 7.4.0 | ||
| Target Milestone: | 7.2.x | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Simone Bordet
Added method HttpClient.setMaxQueueSizePerAddress(int), and HttpDestination.setMaxQueueSize(int), and throwing RejectedExecutionException in case the queue limit is reached. |