Hi @Muddam_Pullaiah , OK I believe you are asking about why SolAdmin lists all your message VPNs that have AMQP enabled in the general tab under services with the respective AMQP port that is assigned while it is not listing your message VPNs and the corresponding SMF (Solace Message Format/Protocol), correct?
The reason for that is that SMF is always enabled for a message VPN (unless the message VPN as a whole is shutdown), and it is always on the same ports (55555 for plain, 55443 for TLS encrypted and so on). SMF is the native protocol for Solace brokers and required for the brokers/message VPNs to function.
AMQP on the other hand is a protocol that can be turned on and off on a system as well as a message VPN level.
Therefore showing for which message VPNs it is enabled makes sense in the general tab of SolAdmin.
Does this answer your question?