Lots of options exist for getting management info. Assuming you're using ActiveMQ Artemis I recommend you read this documentation [1]. This is likely your simplest option.
Justin [1] http://activemq.apache.org/components/artemis/documentation/latest/management-console.html On Wed, Aug 5, 2020 at 2:16 PM Christopher Pisz <[email protected]> wrote: > "can check the message count of the related queue on > the broker." > > How do I do that? I am completely new. > > On Wed, Aug 5, 2020 at 3:12 PM Justin Bertram <[email protected]> wrote: > > > Aside from the receipt option that Tim mentioned (which IMO is the > > preferred option), you can check the message count of the related queue > on > > the broker. If the ack was successful then the message count should > > decrease. > > > > > > Justin > > > > On Wed, Aug 5, 2020 at 2:01 PM Christopher Pisz < > [email protected] > > > > > wrote: > > > > > I have finished implementing ACKs in my STOMP over Websockets client > and > > > want to test it out. > > > > > > I can connect, subscribe, send, and receive messages, from ActiveMQ, > but > > > the protocol doesn't have anything to tell me whether or not the ACK > > > worked. How can I check the ActiveMQ server and see if it is working vs > > not > > > working? > > > > > >
