="http://activemq.apache.org/schema/core" brokerName="localhost" useJmx="true">
10
11
12
13
14
15
18%
09.10.2017
_with_max_id(collection=[], max_id=nil, &block)
14 response = yield(max_id)
15 collection += response
16 response.empty? ? collection.flatten : collect_with_max_id(collection, response.last.id - 1, &block)
17 end
18
19 def