
Java test helper
"The worst bugs are those that compile without warning."
"The system does not punish. It only compiles the truth."
"The purest release is the one that needs no comment."
Latast versions in maven central:
"Save your soul before compiling.”

Module for interaction with RabbitMQ
Interaction:
Exchanges:
declareExchange(String, String)
deleteExchange(String)
pushToExchange(String, String, String)
Queues:
declareQueue(String)
bindQueue(String, String, String)
purgeQueue(String)
deleteQueue(String)
pushToQueue(String, String)
 
Asserts:
seeQueueIsEmpty(String)
seeQueueIsNotEmpty(String)
seeCountMessagesInQueueExactly(String, int)
seeMessagesContainsJson(String, String)
seeMessagesHaveEqualJson(String, String)
seeMessagesContainsText(String, String)
seeMessagesHaveEqualText(String, String)
Get data:
getNumberOfMessagesInQueue(String)
grabMessagesFromQueue(String)
readMessagesFromQueue(String)
Configs:
.withMaxConsumeMessages(int)
.withConsumerTimeoutMs(int)
.withAwaitMs(int)
INFO
IN progress
Info
in progress
INFO
In progress