"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? > > >
