newscred / webhook-broker

This is a fully HTTP based Pub/Sub Broker with a goal to simplify system architecture in SOA or Microservice architecture. It aims to solve the inter service communication problem.
Apache License 2.0
18 stars 25 forks source link

AR-292 Integration test for GET endpoint for pull-based consumers #144

Closed SlowDecay closed 1 year ago

SlowDecay commented 1 year ago

Ticket: https://jira.sso.episerver.net/browse/AR-292

This PR adds an integration-test for GET /channel/{channel-id}/consumer/{consumer-id}/queued-jobs endpoint.

Related PRs:

imyousuf commented 1 year ago

Addresses part of #53