8000 Merge pull request #27 from rabbitmq/bug26007 · panchenko/rabbitmq-java-client@c835b64 · GitHub
[go: up one dir, main page]

Skip to content

Commit c835b64

Browse files
author
Simon MacMullen
committed
Merge pull request rabbitmq#27 from rabbitmq/bug26007
Remove DEFAULT_NUM_CONSUMER_THREADS that's no longer used
2 parents e23789a + 837b6a2 commit c835b64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646

4747
public class ConnectionFactory implements Cloneable {
4848

49-
/** Default Executor threads */
50-
@Deprecated
51-
public static final int DEFAULT_NUM_CONSUMER_THREADS = 5;
5249
/** Default user name */
5350
public static final String DEFAULT_USER = "guest";
5451
/** Default password */

0 commit comments

Comments
 (0)
0