"verify by inspecting the management interface to check on that queue stats."
It's that bit that I am after. Management Interface? Can you point me to a doc for that? On Wed, Aug 5, 2020 at 3:06 PM Timothy Bish <[email protected]> wrote: > On 8/5/20 3:01 PM, Christopher Pisz 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? > > > STOMP Commands sent from the client can request a receipt frame to be > returned which can tell if a specific frame was received by the remote. > As to what it does with the command you have to trust that it honors > your request or verify by inspecting the management interface to check > on that queue stats. > > http://stomp.github.io/stomp-specification-1.2.html#Header_receipt > > -- > Tim Bish > >
