Use Integer.valueOf(int) factory method instead of new Integer(int) constructor to take advantage of caching. This is especially useful when creating millions of ReceiveMessageRequests with the same options. |
||
|---|---|---|
| .. | ||
| integration | ||
| main/clojure/cemerick | ||
| test/clojure/cemerick | ||