[AMQ-6542] Use name instead of configurationPid to make relation to config more obvious

This commit is contained in:
Christian Schneider 2016-12-16 11:09:36 +01:00
parent 4dd3aa420e
commit 861390a9eb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import org.osgi.service.component.annotations.Deactivate;
@Component //
( //
configurationPid = "org.apache.activemq", //
name = "org.apache.activemq", //
immediate = true, //
configurationPolicy = ConfigurationPolicy.REQUIRE //
)