Hi all,

This time its more like a design/architectural query I have to make, that
it, we are going to implement a notifier functionality in our app
deployment.

when an application is deployed to the central server it needs to notify a
collection of nodes that an application is uploaded/updated.

There can be thousands of nodes of different types based on the type of
application they are interested about.

Here, node is the receiver and what is the best way to implement
receiver functionality?
    1. Should we make each and every node continuously listening to a queue
of his type of application ?
    2. Should the node make a call to a queue periodically and check
whether any messages are there?

In 1 advantage is that, the moment application gets uploaded relevent nodes
gets the notification, but concerns about the performance.

If solution 1 is followed, there will be thousands of active connections to
the broker, is that manageable ? How many number of active connections Qpid
broker can handle at large ?

-- 
Best Regards
Sajith

Reply via email to