-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browse Limited to 400 messages? #44
Comments
I now see that ActiveMQ has maxBrowsePageSize which defaults to 400. See: https://activemq.apache.org/per-destination-policies I see you mention this in -C for copy queue, but not elsewhere. Can this be changed in your client or do we have to change this in the Broker itself on the server? |
I have attempted to use Dump and only receive a single message. |
Have you tried the dump option with the parameter |
There is nothing more to add to this. maxBrowsePageSize is the only way to browse more messages. |
I recently discovered a fairly large dead letter queue and am trying too output (not dump; yet) the messages to files. When I run java -jar a-1.4.8-jar-with-dependencies.jar -b "ssl://localhost:61617" -U "procellaworkers" -P "dm9YDfSMKEKA0WB7qMcFkjoVKawOkuzw" ActiveMQ.DLQ -c 0 -j -o "messages/dlq" the output stops at 400.
I am concerned that if I do use dump in the future, that it will also be limited to 400.
The text was updated successfully, but these errors were encountered: