EJB Timer Services are services that are provided by the container (or the Application Server) and developers can take advantage of the timer services by registering one or more enterprise beans for time-based notification.
Questions tagged [ejb-timer]
21 questions
0
votes
1 answer
EJB Timer Table Columns
Do you know if there is a documentation regarding the ejb timer table columns?
"TIMERID"
"APPLICATIONID"…
0
votes
1 answer
XA non XA datasource in WebSphere
I am currently working on a web application running on a mutualised WebSphere. This application uses a datasource (shared with other applications) and persistent EJB Timer.
Since the EJB Timer are persistent, WebSphere uses its own datasource in…

tripless
- 5
- 1
- 4
0
votes
1 answer
Why is the non persistent ejb timer not triggering?
I'm trying to replace an existing logic in our application that makes use of persistent proggramatic timers to non persistent timers due to a recent issue that we encountered.
The file system that WAS uses to write the persistent information of the…

Sudersan
- 25
- 10
0
votes
1 answer
How to ensure that only one thread of EJB Timer Service executes
I'm trying to convert my simple Quartz Job to an EJB Timer Service Job in JBOSS EAP 6.4.
I'm having an issue that I haven't been able to find a good answer for. I want to run this method once a day at 1 AM.
This is my…

daniel9x
- 755
- 2
- 11
- 28
-1
votes
1 answer
JMS flow control
I need to create a JMS consumer for which I can dinamically set the dequeue rate, something like N message per minute/second.
If I use the message-driven beans I can control the pool size, but I can't introduce a wait in a clean way, I can use…

user5919369
- 111
- 6
-1
votes
1 answer
using @schedule in EJB timer,not able to pass the schedule details from database
using @schedule in EJB timer, i want to pass the schedule details from database. but it is not allowing passing values. What should i do. In @timeout also i'm not able to start the thread automatically at server start time. @Postconstruct is not…

Vicky Rathee
- 69
- 11