1

Consider I have rabbitmq or Amazon SQS from which I have to consume the data and validate the same with data in DB.

Is it possible to write consumer using karate which simply consumes data from a queue and stores it and validate against the data in DB.

Uwe Keim
  • 38,279
  • 56
  • 171
  • 280
Sourabh Chapali
  • 351
  • 6
  • 18

1 Answers1

1

Yes, using Java interop you can do anything. Refer this example: https://github.com/intuit/karate/tree/master/karate-netty#consumer-provider-example

Peter Thomas
  • 47,282
  • 14
  • 68
  • 196