jbonofre opened a new issue, #1816:
URL: https://github.com/apache/activemq/issues/1816

   If we already have a CLI (`activemq`), I strongly believe we should improve 
the CLI with more "user facing" operations (similar to what we can find on the 
Web Console):
   
   1. Listing all resources (destinations, transport connectors, network 
connectors, etc)
   2. Managing resources (create/delete/update destinations, transport 
connectors, network connectors, etc)
   3. Managing messages (browse/produce/consume)
   4. Getting internal broker resources (scheduler, broker attributes, ...)
   
   The purpose is not to "expose" the JMX MBeans (as we can do today with 
`activemq bstat`, `activemq dstat`, or `activemq query -Qqueue`, etc).
   The purpose is to façade with user friendly CLI:
   
   ```
   activemq queues create FOO
   activemq queues delete FOO
   activemq queues purge FOO
   ...
   ```
   
   Why do I think it's important ?
   
   Because we would be able to "integrate" easily ActiveMQ via the CLI into 
Claude Code and similar (no need to create a MCP server anymore if the CLI is 
good enough).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to