}
)->store;
my $notification_method = C4::Context->preference('JobsNotificationMethod') // 'STOMP';
return $self->id
unless $notification_method eq 'STOMP';
$job_args->{job_id} = $self->id;
my $conn;
-