mirror of https://github.com/apache/activemq.git
AMQ-5796: Incorrect Task Usage mentioned for amq browse command. Thanks to Jay SenSharma for the patch. This fixes #104.
This commit is contained in:
parent
80f46a8056
commit
e6fa735325
|
@ -69,7 +69,7 @@ public class AmqBrowseCommand extends AbstractAmqCommand {
|
|||
" Main browse --amqurl tcp://localhost:61616 -Vheader --view custom:MyField queue:FOO.BAR",
|
||||
" - Print the message header and the custom field 'MyField' of all messages in the queue FOO.BAR",
|
||||
"",
|
||||
" Main browse --amqurl tcp://localhost:61616 --msgsel JMSMessageID='*:10',JMSPriority>5 FOO.BAR",
|
||||
" Main browse --amqurl tcp://localhost:61616 --msgsel \"JMSMessageID='*:10',JMSPriority>5\" FOO.BAR",
|
||||
" - Print all the message fields that has a JMSMessageID in the header field that matches the",
|
||||
" wildcard *:10, and has a JMSPriority field > 5 in the queue FOO.BAR",
|
||||
" * To use wildcard queries, the field must be a string and the query enclosed in ''",
|
||||
|
|
Loading…
Reference in New Issue