After some problems trying to use the facile-it-mongodb://default failure transport for Symfony Messenger because I couldn't connect to MongoDB Atlas I discovered (through help from the Symfony Slack channel) that MongoDB Atlas requires TLS, but that the default setting for ssl in this bundle is off.
I'd like to propose a minor update to the documentation which notes this for future users.