Validate message status (Success or Failure) #140
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm writing integration tests for my application. My application queues a message with Rqueue. Is there a recommended way to validate the status of a queued message?
Trying to validate in my integration test that the status of a queued message is either a success or failure. Any insights or suggestions would be useful.
What I tried thus far:
Tried to obtain the JOB param from message headers of an RqueueMessage and inspect the JobStatus. But looks like the message headers always returns null.
Beta Was this translation helpful? Give feedback.
All reactions