The invite I'll need to leave to someone else...

I'm not sure what your questions are, but Artemis does not implement
the "AMQP Management Version 1.0" extension though. I believe it was
only ever at working-draft stage, i.e there is actually no Version 1.0
yet really, and I dont think there has been any activity around it in
a number of years now.

None of that is to say you can't manage Artemis over messaging using
AMQP though, just not that particular "AMQP Management" draft
extension.

https://activemq.apache.org/components/artemis/documentation/latest/management.html
has some details around using 'management messages' to manage the
broker. Although the doc is more aimed at the Core client originally,
the same general message-based request and  [temporary] reply-to queue
response-message based approach is generally applicable to the other
protocols the broker supports as well like AMQP.

There is a management example that uses the JMS API client that can
presumably be adapted:
https://github.com/apache/activemq-artemis-examples/blob/6958316d39b01f67add3c2f90a1bf75f62c39020/examples/features/standard/management/src/main/java/org/apache/activemq/artemis/jms/example/ManagementExample.java

There is a test that does some basic management over AMQP using the
codebase own AMQP test client, ultimately doing the same basic thing
as the documentation covers and the JMS client example did:
https://github.com/apache/activemq-artemis/blob/2.32.0/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpManagementTest.java#L49

I recall an old codebase using this same general approach via a
javascript AMQP client years ago:
https://github.com/EnMasseProject/enmasse/blob/0.34.0-rc2/agent/lib/artemis.js


On Tue, 6 Feb 2024 at 08:19, David Ansari
<david.ans...@broadcom.com.invalid> wrote:
>
> Hello,
>
> I have a couple of questions on how Artemis implements the AMQP Management
> Version 1.0 extension.
> Could you send me an invite to your Slack, please, so that I can ask my
> questions there?
>
> Thank you
> David
>
> --
> This electronic communication and the information and any files transmitted
> with it, or attached to it, are confidential and are intended solely for
> the use of the individual or entity to whom it is addressed and may contain
> information that is confidential, legally privileged, protected by privacy
> laws, or otherwise restricted from disclosure to anyone else. If you are
> not the intended recipient or the person responsible for delivering the
> e-mail to the intended recipient, you are hereby notified that any use,
> copying, distributing, dissemination, forwarding, printing, or copying of
> this e-mail is strictly prohibited. If you received this e-mail in error,
> please return the e-mail to the sender, delete it from your computer, and
> destroy any printed copy of it.

Reply via email to