It's a broker-side option, set in activemq.xml; I'm not aware of any option to set it from the client.
But whether you set it client-side or server-side, are you sure you want to? Browsing a topic requires all messages to be stored in memory (simultaneously); are you sure your broker can hold them all? Why are you trying to archive 600k messages? On Oct 16, 2015 9:46 AM, "mikeli" <[email protected]> wrote: > Activemq export or save all messages from a queue with over 600K messages > with a readonly account. > Tried with activemq browse --amqurl tcp://url:port, but only able to browse > about 800 messages. I read one "can increase the limits, like > maxBrowsePageSize, maxPageSize", how can this be done on the client side > what variable or option to set before running activemq browse? Does it need > to be set in .activemqrc or where? Please advise. > Thanks. > Mike > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Activemq-export-or-save-all-messages-from-a-queue-with-over-600K-messages-with-a-readonly-account-tp4703027.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >
