With a traditional database this typically means a service that is constantly querying for new processing tasks or messages. Traditionally, but not necessarily; PostgreSQL supports the LISTEN and NOTIFY commands for asynchronous notifications, without polling.
Although queue_classic doesn't use listen/notify by default, and I'm not sure why. I think it should, it seems to perform better.