String tcfBindingName = args[0];
String topicBindingName = args[1];
PropertyConfigurator.configure(args[2]);
Category.getDefaultHierarchy().addRenderer(Message.class,
new MessageRenderer());
try {
Context ctx = new InitialContext();
TopicConnectionFactory topicConnectionFactory;
topicConnectionFactory = (TopicConnectionFactory) lookup(ctx,