Skip to content

Commit

Permalink
Merge pull request #13218 from RusJaI/master
Browse files Browse the repository at this point in the history
Add entry to allow the user to turn off the amqp authorization
  • Loading branch information
RusJaI authored Sep 19, 2023
2 parents c2e4ca8 + b3eb6c5 commit bb4ba2c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ This file is ciphertool compliant. Refer PRODUCT_HOME/repository/conf/security/c
<allowSharedTopicSubscriptions>{{broker.transport.amqp.allow_shared_topic_subscriptions}}</allowSharedTopicSubscriptions>
<allowStrictNameValidation>{{broker.transport.amqp.allow_strict_name_validation}}</allowStrictNameValidation>

<security>
<authorization>{{broker.transport.amqp.authorization}}</authorization>
</security>

<!-- Refer repository/conf/advanced/qpid-config.xml for further AMQP-specific configurations.-->
</amqp>
<mqtt enabled="false">
Expand Down

0 comments on commit bb4ba2c

Please sign in to comment.