I'm trying to write some tests where I produce a message to a queue and see if the message gets correctly consumed and handled in the application.
For that I'm playing around with the kombu library and especially the in-memory Transport implementation.
Still I can't get it working, that the produced message gets consumed.
My questions is therefore, if anyone can provide a simple unit test that produces and consumes a message in-memory