How to Delete Messages from the Message Queue / Transport? (Doctrine) #60354
Unanswered
marvindinges
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my use case, I have some messages in the queue / transport with a DelayStamp, and I want to be able to delete one on request. I've tried to use the TransportInterface with no success.
My approach:
But
$transport->get()
is always emptyBeta Was this translation helpful? Give feedback.
All reactions