Re: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org

2023-09-16 Thread Clebert Suconic
; > > > > > > > *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

Re: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org

2023-09-12 Thread Domenico Francesco Bruscino
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 >

RE: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org

2023-09-11 Thread Sargrad, Dave
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

Re: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org

2023-09-03 Thread Clebert Suconic
> > > > -----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

Re: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org

2023-08-31 Thread Justin Bertram
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

RE: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org

2023-08-31 Thread Sargrad, Dave
? 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

RE: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org

2023-08-30 Thread Sargrad, Dave
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&

Re: FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org

2023-08-30 Thread Justin Bertram
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

FW: {EXTERNAL MAIL} WELCOME to users@activemq.apache.org

2023-08-30 Thread Sargrad, Dave
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