Fix mapping of overridden port property for AMQP.
This commit is contained in:
@@ -90,6 +90,7 @@ public class AmqpServiceInfo extends UriBasedServiceInfo {
|
||||
}
|
||||
|
||||
@Override
|
||||
@ServiceProperty(category="connection")
|
||||
public int getPort() {
|
||||
if (super.getPort() == -1) {
|
||||
if (getScheme().equals(AMQP_SCHEME)) {
|
||||
|
||||
Reference in New Issue
Block a user