Question

How can I get copy of all messages (or references of all messages) that are on a VMQueue?

I want to loop through the list of messages that are currently on VMQueue, check the payload of every message, and based on that make decision about next step in the flow.

Thanks.

Was it helpful?

Solution

You have to consume them with a vm:inbound-endpoint, you can't peek or browse them without actually taking them out of the queue.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top