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
Post a Comment