Closed jbruggem closed 11 years ago
We should replace calls to setHWM by calls to setSndHWM and setRcvHWM, and take the opportunity to replace the hard-coded values by configuration options.
setHWM
setSndHWM
setRcvHWM
Ref: https://github.com/zeromq/jzmq/blob/master/src/org/zeromq/ZMQ.java#L895
I haven't audited all the code, but the function call occurs at least in Exchange.java and SubscriberConnectionManager.java.
Exchange.java
SubscriberConnectionManager.java
We should replace calls to
setHWM
by calls tosetSndHWM
andsetRcvHWM
, and take the opportunity to replace the hard-coded values by configuration options.Ref: https://github.com/zeromq/jzmq/blob/master/src/org/zeromq/ZMQ.java#L895
I haven't audited all the code, but the function call occurs at least in
Exchange.java
andSubscriberConnectionManager.java
.