PAMI\Message\Action\QueueChangePriorityCallerAction::__construct
Constructor.
Signature
public function __construct(string
$queue,
string
$caller,
string
$priority )
Parameters
$queue— string
The name of the queue to take action on.$caller— string
The caller (channel) to change priority on queue.$priority— string
Priority value for change for caller on queue.
Returns
- void