We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae7460 commit 2abfe12Copy full SHA for 2abfe12
kombu/transport/__init__.py
@@ -45,7 +45,7 @@ def supports_librabbitmq() -> bool | None:
45
'azureservicebus': 'kombu.transport.azureservicebus:Transport',
46
'pyro': 'kombu.transport.pyro:Transport',
47
'gcpubsub': 'kombu.transport.gcpubsub:Transport',
48
- 'nats': 'kombu.transport.nats_jetstream:Transport',
+ 'nats': 'kombu.transport.nats:Transport',
49
}
50
51
_transport_cache = {}
kombu/transport/nats_jetstream.py kombu/transport/nats.pykombu/transport/nats_jetstream.py renamed to kombu/transport/nats.py
0 commit comments