public JMSStatus JMSPing(String username, String password, int port)
throws JMSAdminException
{
try {
JMSAdmin jmsAdmin = getJMSAdmin();
jmsAdmin.pingProvider(username, RelativePathResolver.getRealPasswordFromAlias(password), port);
} catch (Exception e) {
sLogger.throwing(getClass().getName(), "JMSPing", e);
handleException(e);
}