Hi,
I’m publishing a message on a custom channel with specific headers.
When I subscribe to the channel and filter the messages by the header, using a custom JAVA class, the message is processed and removed from the channel (I can see it from the console messaging view in the browser).
While using a PHP script, which is called periodically every 10 seconds, the messages is processed BUT it is not removed from the channel. Hence I receive the same message many times!
Could you explain me why it happens?
Thanks for the answer!