{
conn = ConnectorFactory.getConnector(ConnectionConstants.BROKER_HOSTNAME, ConnectionConstants.BROKER_PORT,
ConnectionConstants.USERNAME, ConnectionConstants.PASSWORD);
JMXConnector jmxc = conn.getConnector();
MBeanServerConnection mbsc = conn.getMBeanServerConnection();
CommandLineOptionParser parser = new CommandLineOptionParser(command.split(" "));
info = new JMXinfo(jmxc, parser, mbsc);
infocommand = new Commandinfo(info);
}