clientProp.put("remote.connection.default.host", "localhost");
// clientProp.put("remote.connection.default.username", "ejbUser");
// clientProp.put("remote.connection.default.password", "ejbPassword");
clientProp.put("remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS", "false");
EJBClientConfiguration cc = new PropertiesBasedEJBClientConfiguration(clientProp);
ContextSelector<EJBClientContext> selector = new ConfigBasedEJBClientContextSelector(cc);
EJBClientContext.setSelector(selector);
final Hashtable<String, String> jndiProperties = new Hashtable<>();
// jndiProperties.put(Context.PROVIDER_URL, "remote://localhost:14447");