This video maybe: <https://youtu.be/IetyhDr48RI?t=...
# pact-jvm
m
This video maybe:

https://youtu.be/IetyhDr48RI?t=485

Also the how it works section of docs.pact.io
thankyou 3 1
q
Hi Matt, could you provide some doc about Pact message level contract? Like what message broker you're using.
m
The document above explains this. We don't actually use any message broker in the test, we only deal with the messages that pass between systems. This requires you to abstract your code on both sides to separate the protocol handling bit from the message generating/handling bita
thankyou 3 1
This way we can work with any message broker (and other useful scenarios) without having to support every one explicitly