Closed dmitrynovik closed 1 year ago
I'm trying to follow the MQTT example. The README says that the mqtt_plugin is already configured, however it does not seem to be the case:
mqtt_plugin
root@ubuntu:/home/dmitry/code/rabbitmq-oauth2-tutorial# docker exec 8a60e22ef501 rabbitmq-plugins list Listing plugins with pattern ".*" ... Configured: E = explicitly enabled; e = implicitly enabled | Status: * = running on rabbit@8a60e22ef501 |/ [ ] rabbitmq_amqp1_0 3.11.4 [ ] rabbitmq_auth_backend_cache 3.11.4 [ ] rabbitmq_auth_backend_http 3.11.4 [ ] rabbitmq_auth_backend_ldap 3.11.4 [E*] rabbitmq_auth_backend_oauth2 3.11.4 [ ] rabbitmq_auth_mechanism_ssl 3.11.4 [ ] rabbitmq_consistent_hash_exchange 3.11.4 [ ] rabbitmq_event_exchange 3.11.4 [ ] rabbitmq_federation 3.11.4 [ ] rabbitmq_federation_management 3.11.4 [ ] rabbitmq_jms_topic_exchange 3.11.4 [E*] rabbitmq_management 3.11.4 [e*] rabbitmq_management_agent 3.11.4 [ ] rabbitmq_mqtt 3.11.4 [ ] rabbitmq_peer_discovery_aws 3.11.4 [ ] rabbitmq_peer_discovery_common 3.11.4 [ ] rabbitmq_peer_discovery_consul 3.11.4 [ ] rabbitmq_peer_discovery_etcd 3.11.4 [ ] rabbitmq_peer_discovery_k8s 3.11.4 [ ] rabbitmq_prometheus 3.11.4 [ ] rabbitmq_random_exchange 3.11.4 [ ] rabbitmq_recent_history_exchange 3.11.4 [ ] rabbitmq_sharding 3.11.4 [ ] rabbitmq_shovel 3.11.4 [ ] rabbitmq_shovel_management 3.11.4 [ ] rabbitmq_stomp 3.11.4 [ ] rabbitmq_stream 3.11.4 [ ] rabbitmq_stream_management 3.11.4 [ ] rabbitmq_top 3.11.4 [ ] rabbitmq_tracing 3.11.4 [ ] rabbitmq_trust_store 3.11.4 [e*] rabbitmq_web_dispatch 3.11.4 [ ] rabbitmq_web_mqtt 3.11.4 [ ] rabbitmq_web_mqtt_examples 3.11.4 [ ] rabbitmq_web_stomp 3.11.4 [ ] rabbitmq_web_stomp_examples 3.11.4
Thanks for raising this issue @dmitrynovik
I'm trying to follow the MQTT example. The README says that the
mqtt_plugin
is already configured, however it does not seem to be the case: