Closed
Description
Currently, SqsConnectionFactory
handles instantiating SqsClient
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-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.
Metadata
Metadata
Assignees
Labels
No labels