0.8.0
-
NEW: it is now possible to set more configuration options for consumers via settings:
max_messages_per_request
,request_timeout
,polling_interval
andgc_probability
-
FIXED: removed one leftover echo debug statement
-
FIXED: the Consumer does now honour the requestTimeout and requestBatchSize parameters when the
consume()
method is called with a max amount of messages to retrieve and/or max time to run.
In version 0.7, passing non-0 values for those parameters would force the consumer to use long polling with 20 secs timeout and 10 messages batch-size per call.