Re: [Asterisk-java-users] Is it possible to integrate asterisk-java into jboss?
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-10-10 02:55:38
|
On Sun, 2005-10-09 at 21:05 -0400, Robert Augustyn wrote: > Hi, > Is it possible to run asterisk-java from jboss? > If so how to accomplish this? What would be the best solution? > I believe that j2ee container should not allow applications manage thread= s it is possible but it violates the spec. the "correct" way is to run you agi server in a seperate vm and let it talk to your ejbs via rmi. =3DStefan |