-
Story
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
I am not sure yet if browsing of topic's messages is a valid use case, but this feature is in-process in the current implementation which suggests that it might be relevant:
On the other hand, it is mentioned that browsing of topics is not valid in ENTESB-2600. If so, it would be good to adjust the command to warn in case of an attempt to browse topic's messages as well as to change the command help (s/destination/queue/).
Currently, you will get:
JBossFuse:karaf@root> activemq:browse --amqurl tcp://localhost:61616 --user admin --password admin topic:ActiveMQ.Advisory.MasterBroker
ERROR: java.lang.RuntimeException: Failed to execute browse task. Reason: java.lang.NullPointerException
java.lang.RuntimeException: Failed to execute browse task. Reason: java.lang.NullPointerException
at org.apache.activemq.console.command.AmqBrowseCommand.runTask(AmqBrowseCommand.java:155)
at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:62)
at org.apache.activemq.karaf.commands.ActiveMQCommandSupport.doExecute(ActiveMQCommandSupport.java:49)
- is related to
-
ENTESB-2600 ActiveMQ - enable browsing of topic content
- Closed