AlistairMonkeyFinger
Programmer
Hi all,
i have an application currently running where a client app is talking to a number of session beans on a single app server. i need to extend the functionality to interface another non-java application i have running on a different server. Unfortunatley this other application can only can handle one request at a time in a synchronous manner but i will have multiple users submitting jobs concurrently.
So what i need is someway on the app server to queue these jobs up before sending them to this other app. What would also be nice is to tell the users how many jobs are waiting in the queue.
So, what is the answer ? Could i acheive this by using a message EJB alone ? Or do i have to look at something more sophisticated like JMS ?
Thanks for any help and advice you may have
Alistair
i have an application currently running where a client app is talking to a number of session beans on a single app server. i need to extend the functionality to interface another non-java application i have running on a different server. Unfortunatley this other application can only can handle one request at a time in a synchronous manner but i will have multiple users submitting jobs concurrently.
So what i need is someway on the app server to queue these jobs up before sending them to this other app. What would also be nice is to tell the users how many jobs are waiting in the queue.
So, what is the answer ? Could i acheive this by using a message EJB alone ? Or do i have to look at something more sophisticated like JMS ?
Thanks for any help and advice you may have
Alistair