diff --git a/Model/Service/Sync/AbstractBulkPublisher.php b/Model/Service/Sync/AbstractBulkPublisher.php index 13ea007d5..b8999ce5f 100644 --- a/Model/Service/Sync/AbstractBulkPublisher.php +++ b/Model/Service/Sync/AbstractBulkPublisher.php @@ -154,7 +154,9 @@ private function publishCollectionToMessageQueue( ); if (!$result) { /** @phan-suppress-next-line PhanTypeMismatchArgumentProbablyReal */ - throw new LocalizedException(__('Something went wrong while processing the request.')); + throw new LocalizedException(__( + 'Something went wrong while publishing bulk to RabbitMQ. Please check your connection' + )); } }