; >
> >
> >
> > *Question 2*
> >
> >
> >
> > Also what is the default JMX port?
> >
> >
> >
> > *Question 3*
> >
> >
> >
> > Lastly is JMX the one and only way (the proper way) to control Artemis
&g
y (the proper way) to control Artemis
> programmatically? Or are there other options that I should understand
> before building an application that controls the Artemis state?
>
>
>
> Please advise.
>
>
>
> -Original Message-
> From: Justin Bertram
>
advise.
-Original Message-
From: Justin Bertram
Sent: Wednesday, August 30, 2023 12:50 PM
To: users@activemq.apache.org
Subject: Re: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org
The "client-kickoff" example is using Java system properties to configure
remote JMX conne
> >
> > -----Original Message-
> > From: Justin Bertram
> > Sent: Wednesday, August 30, 2023 12:50 PM
> > To: users@activemq.apache.org
> > Subject: Re: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org
> >
> > The "client-kickoff&qu
st 30, 2023 12:50 PM
> To: users@activemq.apache.org
> Subject: Re: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org
>
> The "client-kickoff" example is using Java system properties to configure
> remote JMX connectivity. However, that configuration method was replace
?
This message is marked Public.
-Original Message-
From: Justin Bertram
Sent: Wednesday, August 30, 2023 12:50 PM
To: users@activemq.apache.org
Subject: Re: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org
The "client-kickoff" example is using Java system pro
MAIL} WELCOME to users@activemq.apache.org
The "client-kickoff" example is using Java system properties to configure
remote JMX connectivity. However, that configuration method was replaced awhile
back with management.xml which you can see being used in the "jmx"
example. I&
The "client-kickoff" example is using Java system properties to configure
remote JMX connectivity. However, that configuration method was replaced
awhile back with management.xml which you can see being used in the "jmx"
example. I've opened ARTEMIS-4409 [1] and sent a PR to fix this. In the
meanti
Hi.
I've got an artemis broker running. I am able to browse to the admin portal at
8161. I also am able to publish and subscribe to 61616.
I want to control the broker programmatically.
I've searched for sample code to do this.
All I've found seems to be this JMX enabled sample.
https://gith