G
GregHiggins
Guest
No, and yes. Stop thinking about the AppServer processing the queue (BAD) and start thinking about the AppServer processing the queue message (GOOD). I disagree with the consensus on batch mode, I like to integrate queue (and such) listeners into all sorts of things, including live console apps, so I design all my listeners (queue, socket, sonic, ... ) to be event driven. For times when it really is running in background, I use a headless UI wrapper.
Continue reading...
Continue reading...