spec2.setResourceAdapter(ja);
spec2.setDestinationType("javax.jms.Topic");
spec2.setDestination("topic");
ja.endpointActivation(mep , spec); // listener on queue
ja.endpointActivation(mep2 , spec2);// listener on topic
System.out.println("new thread producer on queue");
new Thread() {