// connecting to JORAM server
AdminModule.connect("root", "root", 60);
// setting users
User web = User.create("web", "web", 0);
User billing = User.create("billing", "billing", 0);
User inventory = User.create("inventory", "inventory", 0);
User customer = User.create("customer", "customer", 0);
User control = User.create("control", "control", 0);
User delivery = User.create("delivery", "delivery", 0);
// Creating the administered objects:
javax.jms.QueueConnectionFactory qcf =
QueueTcpConnectionFactory.create("localhost", 16010);
javax.jms.TopicConnectionFactory tcf =