hello! is it possible to use message interaction p...
# pact-net
r
hello! is it possible to use message interaction pact for serviceBus? to be more specific I have an azure function with serviceBusTrigger in which the message is received
m
It should be possible.
message pact doesn’t care about the transport/protocol, only the content produced and consumed
have you tried?
(I don’t know servicebus in detail, but it’s analogous to the AWS services which I know you can test this way)
r
ok, I'm working on it. I will let you know how it goes
🙌 1
f
@Roxana Radu-Jurca can you confirm whether you were able to test your messages with service bus? Thanks