Monitoring Status of Message Sent to RabbitMQ via Web-Stomp web-socket -


using web-stomp rabbitmq , web-socket (sockjs not used), after sending message queue, how can consumer notified broker or monitor sent message has been consumed?

i've experimented subscribing queue makes client consumer , goal not receive message processing, know when consumer elsewhere has picked up, acknowledged message , no longer in queue.

in retrospect, believe i'm breaking spirit of "send , forget it" question's approach.

the better approach subscribe queue receive "finished processing" message sent processor. client can take appropriate actions there.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -