Giriş
Şu satırı dahil ederiz.
Şöyle yaparız.
Şu satırı dahil ederiz.
import javax.jms.Destination;
constructorŞöyle yaparız.
@Bean
public Destination getDest(InitialContext ctx) throws Exception {
Destination dest = null;
try{
dest = (Destination) ctx.loolup (jms/foo);
}
catch(NamingException ne){
throw ne;
}
return dest;
}
Hiç yorum yok:
Yorum Gönder