You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, it doesn't presently support the http_handler setting, which is useful for logging the Guzzle requests and responses comprising communication between Enqueue and SQS.
I suspect that the easiest way to support more complex configurations would be to support having SqsConnectionFactory accept a pre-configured SqsClient instance for its $config parameter.
It looks like it may be possible to add this support using a custom connection factory implementation, but it would be nice to see it natively supported in the core SQS driver.
The text was updated successfully, but these errors were encountered:
Currently,
SqsConnectionFactory
handles instantiatingSqsClient
and limits what settings are allowed.For example, it doesn't presently support the
http_handler
setting, which is useful for logging the Guzzle requests and responses comprising communication between Enqueue and SQS.I suspect that the easiest way to support more complex configurations would be to support having
SqsConnectionFactory
accept a pre-configuredSqsClient
instance for its$config
parameter.It looks like it may be possible to add this support using a custom connection factory implementation, but it would be nice to see it natively supported in the core SQS driver.
The text was updated successfully, but these errors were encountered: