mirror of https://github.com/apache/activemq.git
[AMQ-6542] Use name instead of configurationPid to make relation to config more obvious
This commit is contained in:
parent
4dd3aa420e
commit
861390a9eb
|
@ -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 //
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue