amqphub / amqp-10-jms-spring-boot

AMQP 1.0 JMS Binding for Spring Boot
Apache License 2.0
34 stars 25 forks source link

Consider renaming `spring.amqp10jms` configuration namespace #1

Closed snicoll closed 7 years ago

snicoll commented 7 years ago

As defined in the Spring Boot documentation, could you please consider renaming the configuration namespace of this auto-configuration?

amqp10jms is quite specific and is not within Spring Boot's official namespace.

Thanks!

tabish121 commented 7 years ago

Updated the configuration naming to amqphub.amqp10jms

snicoll commented 7 years ago

Thanks for the quick reply! That makes it harder to merge https://github.com/amqphub/amqp-10-jms-spring-boot/pull/3 now, sorry about that!