/* */
/* 241 */ this.jmsUserManager = ((JMSUserManager)JMXAccessor.getJMXAttributeOverSecurity(mbeanServer, this.jmsUserManagerObjectName, "Instance"));
/* */
/* 243 */ this.strictTckProperty = "true".equalsIgnoreCase(System.getProperty("jboss.messaging.stricttck"));
/* */
/* 249 */ this.messageIDManager = new IDManager("MESSAGE_ID", 4096, this.persistenceManager);
/* 250 */ this.channelIDManager = new IDManager("CHANNEL_ID", 10, this.persistenceManager);
/* 251 */ this.transactionIDManager = new IDManager("TRANSACTION_ID", 1024, this.persistenceManager);
/* 252 */ this.destinationJNDIMapper = new DestinationJNDIMapper(this);
/* 253 */ this.connFactoryJNDIMapper = new ConnectionFactoryJNDIMapper(this);
/* 254 */ this.connectionManager = new SimpleConnectionManager();
/* 255 */ this.connectorManager = new SimpleConnectorManager();
/* 256 */ this.memoryManager = new SimpleMemoryManager();