Hi,

Here is my case. Clients send requests to backend. However, backend does
not want to access the database for each client request. Instead, backend
wants to poll a queue where client requests are temporarily stored. Backend
the fetches a few of these requests, and send them to the database in
batch. The response from the database is then sent individually to
clients, maybe through separate temporary queues.

There are two Camel patterns that I see here: Async request-reply and
Polling consumers. However, I struggling to connect the dots.

How would you guys go about this?

Thanks a lot,
Max.

Reply via email to