I'm currently trying to accept a message from RabbitMQ and I can't get the message to correctly due to it not having a pattern. How do I set one?
According to the source code, it should be somewhere in the properties of the message, but my local instance of RabbitMQ doesn't have a channel property and so it's ignored.
I'm receiving the following error when the server tries to handle an incoming message:
WARN [Server] An unsupported event was received. It has been negative acknowledged, so it will not be re-delivered. Pattern: undefined