$originalService
$originalService :
Base Queue handler object. QueueHandler children define a `handle` method to accept the queued object.
They can also define a STATIC method called 'tearDown' that will be called after all messages have been processed to handle grouped items.
Keep in mind that all queue objects should provide an SRN as the Queue handlers are run in the global scope, not client scope.