messageDriven & Timer on Java EE 5 -


i execute onmessage(message message) method, class implement messagelistener, when timer allow (for example 'read' message between 14:00 , 15:00). have @messagedriven class receive message instantly.

but it's said on post can't use ejb schedule: import javax.ejb.schedule cannot resolved

in direction for?

edit : want message can send day (i know that) class receive can between 2 , 3


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -